View an API Response

Retrieve an API response from the last 24 hours based on the idempotency key you included in the request. If the value you look up was not found by Mangopay within the last 24 hours, then this endpoint returns an error. [Read more about idempotency](/api-reference/overview/idempotency) **→**

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token. If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.

Path parameters

ClientIdstringRequired
Platform's API account identifier, associated with the API key.
IdempotencyKeystringRequired

The value used by your platform wihtin the last 24 hours as the Idempotency-Key header of the original API call.

Response

Success
StatusCodestringOptional
The HTTP response code indicating the success or the failure of the original request.
ContentLengthstringOptional
The size of the message body in bytes.
ContentTypestringOptional

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

DatestringOptional
The date and time at which the response was returned.
RequestURLstringOptional
The URL of the original request.
ResourceobjectOptional
The response body of the original request.

Errors

400
Bad Request Error