The API Response object
Description
The API Response object is a record of a response made by the API in the past. It can only be retrieved by using the idempotency feature.
Caution– Limited availability of API responses
You can only retrieve responses within 24 hours of the initial use of the idempotency key.
Attributes
StatusCode
The HTTP response code indicating the success or the failure of the request.
ContentLength
The size of the message body in bytes.
ContentType
The media type (two-part identifier for file formats and format contents) of the resource.
Date
The date and time when the response was sent.
RequestURL
The URL of the API request.
Resource
The body of the request’s response.