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
header
required

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

Headers

Accept
string

Response

200 - application/json
OK
reference
string
Example:

"792c6cf2-f5cf-46c8-bf8c-699a9028010e"

first_name
string
Example:

"your-firstname"

last_name
string
Example:

"your-lastname"

address
string
Example:

"your-address"

phone
string
Example:

"774964996"

email
string
Example:

"your@mail.com"

id_no
string
Example:

"20119991010000621"

status
string
Example:

"verified"

created_at
string
Example:

"2023-06-22T11:07:07.000000Z"