v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
Cards

Get card token OTP details

Retrieves the OTP details given the corresponding card token ID

get/card-tokens/{tokenId}/otp

Path parameters

tokenIdstring required

Card token ID

Response

OTP details retrieved successfully

deliveryDetailsstring required

OTP delivery details

deliveryMethod'SMS' | 'EMAIL' | 'CALL_CENTRE' | 'AUTOMATED_CALL_CENTRE' | 'WEB' | 'APP' | 'PHONE_CALL' | 'NONE' required

OTP delivery method

expirystring date-time required

OTP expiry date and time (UTC, ISO 8601 format)

verificationCodestring required

OTP

Example response

{
  "deliveryDetails": "+447777123456",
  "deliveryMethod": "SMS",
  "expiry": "2021-10-31T14:01:55+0000",
  "verificationCode": "393805"
}