---
title: "View an API Response"
method: GET
path: "/v2.01/{ClientId}/responses/{IdempotencyKey}"
tags: ["apiResponses"]
---

# View an API Response

`GET /v2.01/{ClientId}/responses/{IdempotencyKey}`

View an API Response

This call returns an API response based on the corresponding idempotency key, within 24 hours of the initial call.

## Path parameters

- `ClientId` string, required
- `IdempotencyKey` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- ViewAnApiResponse
  - `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` ViewAnApiResponseResource — The body of the request's response.

---

[API](https://skmtc.dev/mangopay/apis/api-reference.md) · [All operations](https://skmtc.dev/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mangopay/api-reference/revisions/fafbd0c69654/schema)
