curl --request GET \
--url https://api.example.com/vaults/{vault_id}/card \
--header 'Authorization: Bearer <token>'{
"credit_card": {
"card_holder_name": "<string>",
"card_number": "<string>",
"card_cvv": "<string>",
"card_full_expiration": "<string>"
}
}curl --request GET \
--url https://api.example.com/vaults/{vault_id}/card \
--header 'Authorization: Bearer <token>'{
"credit_card": {
"card_holder_name": "<string>",
"card_number": "<string>",
"card_cvv": "<string>",
"card_full_expiration": "<string>"
}
}The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Retrieved credit card
Show child attributes
Was this page helpful?
Suggestions