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
string

The HTTP response code indicating the success or the failure of the request.

ContentLength
string

The size of the message body in bytes.

ContentType
string

The media type (two-part identifier for file formats and format contents) of the resource.

Date
string

The date and time when the response was sent.

RequestURL
string

The URL of the API request.

Resource
object

The body of the request’s response.