curl --request GET \ --url https://api.sandbox.saalal.com/v1/cards \ --header 'Authorization: Bearer <token>'
{ "message": "OK", "statusCode": 200, "data": [ { "reference": "792c6cf2-f5cf-46c8-bf8c-699a9028010e", "balance": 1000, "last_four": "1214", "status": "issued", "card_type": "Visa", "card_brand": "physical" } ], "meta": { "current_page": 1, "from": 1, "last_page": 1, "per_page": 20, "to": 17, "total": 17 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"OK"
200
Show child attributes
"792c6cf2-f5cf-46c8-bf8c-699a9028010e"
1000
"1214"
"issued"
"Visa"
"physical"
1
20
17