Get all cards
GET
/accounts/{account_id}/cards
Path parameters
-
account_id string Required
ID of the Account
GET /accounts/{account_id}/cards
curl \
-X GET https://<your_environment_name>-uat-api.canopyservicing.com/accounts/can_52322/cards \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response example (200)
{
"results": [
{
"spend_limit": 8000000,
"lithic": {
"token": "adccd28d-532e-480b-a063-a46a77a15570",
"card_program_token": "a5e38341-cc95-4a9b-a21c-751aeca67e9c",
"last_four": "0339",
"type": "UNLOCKED",
"state": "OPEN",
"memo": "Conference Event Card"
}
}
]
}