CardUsers
Show CardUser
GET
/
card-users
/
{reference}
Authorization
Header
curl --request GET \
--url https://api.sandbox.saalal.com/v1/card-users/{reference} \
--header 'Authorization: <authorization>'
{
"data": {
"cardUser": {
"address": "Pikine Texaco 11",
"email": "testingboy@gmail.com",
"first_name": "Testing",
"id_no": "1752199801163",
"last_name": "Boy",
"phone": "221796338816",
"reference": "83865f93-c204-499e-b133-401d3322b242"
}
},
"message": "OK",
"statusCode": 200
}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Accept
string
Response
200 - application/json
address
string
created_at
string
email
string
first_name
string
id_no
string
last_name
string
phone
string
reference
string
status
string
curl --request GET \
--url https://api.sandbox.saalal.com/v1/card-users/{reference} \
--header 'Authorization: <authorization>'
{
"data": {
"cardUser": {
"address": "Pikine Texaco 11",
"email": "testingboy@gmail.com",
"first_name": "Testing",
"id_no": "1752199801163",
"last_name": "Boy",
"phone": "221796338816",
"reference": "83865f93-c204-499e-b133-401d3322b242"
}
},
"message": "OK",
"statusCode": 200
}