GET
/
card-users
/
{reference}
curl --request GET \
  --url https://api.sandbox.saalal.com/v1/card-users/{reference} \
  --header 'Authorization: Bearer <token>'
{
  "message": "OK",
  "statusCode": 200,
  "data": {
    "cardUser": {
      "reference": "83865f93-c204-499e-b133-401d3322b242",
      "first_name": "Testing",
      "last_name": "Boy",
      "address": "Pikine Texaco 11",
      "id_no": "1752199801163",
      "phone": "221796338816",
      "email": "testingboy@gmail.com",
      "status": null
    }
  }
}

Authorizations

Authorization
string
headerrequired

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

Headers

Accept
string

Response

200 - application/json
reference
string
first_name
string
last_name
string
address
string
phone
string
email
string
id_no
string
status
string
created_at
string