---
title: "Get card token OTP details"
method: GET
path: "/card-tokens/{tokenId}/otp"
tags: ["Cards"]
---

# Get card token OTP details

`GET /card-tokens/{tokenId}/otp`

Retrieves the OTP details given the corresponding card token ID

## Path parameters

- `tokenId` string, required

## Response `200`

OTP details retrieved successfully

- CardOtpDetails
  - `deliveryDetails` string, required — OTP delivery details
  - `deliveryMethod` 'SMS' | 'EMAIL' | 'CALL_CENTRE' | 'AUTOMATED_CALL_CENTRE' | 'WEB' | 'APP' | 'PHONE_CALL' | 'NONE', required — OTP delivery method
  - `expiry` string, date-time, required — OTP expiry date and time (UTC, ISO 8601 format)
  - `verificationCode` string, required — OTP

## Other responses

- `400` — Invalid request
- `404` — Not found

---

[API](https://skmtc.net/modulrfinance/apis/modulr-api.md) · [All operations](https://skmtc.net/modulrfinance/apis/modulr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modulrfinance/modulr-api/revisions/cbd52524c8ef/schema)
