Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location '/card/CA1423741565272096/pin' \
--header 'Authorization: Bearer <token>'
Responses
application/json
{
"cardId": "CA1423741565272096",
"cardPin": "1234"
}
Modified at 2024-06-06 09:28:12