---
title: "Get Activation code for physical card"
method: GET
path: "/cards/{cardId}/activation-code"
tags: ["Physical Card", "Swipe"]
---

# Get Activation code for physical card

`GET /cards/{cardId}/activation-code`

## Path parameters

- `cardId` string, uuid, required

## Headers

- `Accept-Version` string, required — Specifies the API version to use for this request.

## Response `200`

Activation code retrieved successfully

- object
  - `activationCode` string, required — The 6-digit activation code required to enable the physical card. **Remark**: The activationCode remains the same as long as it is tied to the same token, meaning it will only change if the card is replaced.

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/reap-global/apis/reap-api.md) · [All operations](https://skmtc.net/reap-global/apis/reap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reap-global/reap-api/versions/525072733e02/schema)
