---
title: "Get Redemption Details"
method: GET
path: "/redemption/{redemptionId}"
---

# Get Redemption Details

`GET /redemption/{redemptionId}`

Get details on a specific redemption request

## Path parameters

- `redemptionId` string, required

## Headers

- `api-key` string, required
- `auth-key` string, required

## Response `200`

200

- object
  - `status` integer
  - `doc` object
    - `redemptionId` string
    - `customerId` string
    - `amount` integer
    - `currency` string
    - `note` string
    - `status` object[]
      - `status` string
      - `created` string
  - `error` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
