# TransferzeroSdk.ApiLog ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | ID of the API log | [optional] [readonly] **requestMethod** | **String** | Initial HTTP request method | [optional] [readonly] **requestUrl** | **String** | URL to which initial request was sent | [optional] [readonly] **requestBody** | **String** | Body sent with initial request returned as a string | [optional] [readonly] **requestHeaders** | **{String: String}** | Authorization and access information sent with initial request | [optional] [readonly] **responseStatus** | **String** | Status of response | [optional] [readonly] **responseBody** | **String** | Full response body returned as a string | [optional] [readonly] **responseHeaders** | **{String: String}** | Headers returned with response | [optional] [readonly] **createdAt** | **String** | Date and time of response | [optional] [readonly]