> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<Warning>
  **Caution– Limited availability of API responses**

  You can only retrieve responses within 24 hours of the initial use of the idempotency key.
</Warning>

### Attributes

<ParamField body="StatusCode" type="string">
  The HTTP response code indicating the success or the failure of the request.
</ParamField>

<ParamField body="ContentLength" type="string">
  The size of the message body in bytes.
</ParamField>

<ParamField body="ContentType" type="string">
  The media type (two-part identifier for file formats and format contents) of the resource.
</ParamField>

<ParamField body="Date" type="string">
  The date and time when the response was sent.
</ParamField>

<ParamField body="RequestURL" type="string">
  The URL of the API request.
</ParamField>

<ParamField body="Resource" type="object">
  The body of the request’s response.
</ParamField>
