Cards
Get a card
Retrieve details of a specific card by its ID.
get/cards/{cardId}
Path parameters
cardIdstring uuid required
Unique identifier for a card
Response
Example response
{
"createdAt": "2016-07-22T00:00:00Z",
"expiration": {
"month": 8,
"year": 2026
},
"updatedAt": "2016-07-22T00:00:00Z"
}