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
Example response
{
"deliveryDetails": "+447777123456",
"deliveryMethod": "SMS",
"expiry": "2021-10-31T14:01:55+0000",
"verificationCode": "393805"
}