Authorization: Bearer ********************curl --location --request GET '/api/customer-vault/<customerId>/card/<id>' \
--header 'Authorization: Bearer <token>'{
"id": "2",
"billing": {
"id": "1"
},
"number": 4489,
"bin": {
"bin": 411111,
"brand": "Visa",
"organization": "Jpmorgan Chase Bank, N.a.",
"type": "Credit",
"category": null,
"country": {
"name": "United States",
"code": "US"
}
},
"exp": "2031-12-31",
"token": "H3ViuS1XiX9w4489",
"attempt": {
"date": null,
"retries": 0
},
"lastUsedOn": null,
"order": 50,
"status": "Active",
"archived": "No",
"note": null,
"createdOn": "2021-06-02 13:47:30",
"_links": {
"index": {
"href": "https://zendashboard.com/api/customer-vault/1/cards"
},
"self": {
"href": "https://zendashboard.com/api/customer-vault/1/card/2"
}
}
}