---
title: "Copy of Retrieve Ramp"
method: GET
path: "/api/ramp/v1/id/{id}"
---

# Copy of Retrieve Ramp

`GET /api/ramp/v1/id/{id}`

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `id` string
  - `status` 'SwapOrderCreated' | 'DepositReceived' | 'TradeCompleted' | 'WithdrawalCreated' | 'WithdrawalProcessing' | 'WithdrawalCompleted' | 'SwapOrderCompleted' | 'SwapOrderError' | 'RefundProcessing' | 'SwapOrderRefunded'
  - `accountId` integer
  - `clientId` string
  - `referenceId` string
  - `name` string
  - `taxId` string
  - `taxIdCountry` number

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/transfero/apis/authentication.md) · [All operations](https://skmtc.net/transfero/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfero/authentication/versions/c1cf67f85267/schema)
