Cards
Get card by card_id
Get card by card_id
get/v1/cards/{card_id}
Path parameters
card_idstring required
Response
The record has been successfully getted
Example response
{
"created_at": "2026-09-01T23:59:59+00:00",
"updated_at": "2026-10-01T23:59:59+00:00",
"card_brand": "MasterCard",
"first4_digits": "1234",
"last4_digits": "6789",
"expiration_month": "12",
"expiration_year": "2030",
"holder_name": "Julio Alvarenga"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.