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