GET
/
cards
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
  }
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
string

Query Parameters

page
integer
per_page
integer

Response

200 - application/json
message
string
statusCode
integer
data
object[]
meta
object