This endpoint gets people details
curl --location --request GET 'https://api.xente.co/people/' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "256770833993",
"name": "Halle Berry",
"data": "Json string depending on database being queried e.g. National ID, Passport etc"
}'
{
"success": 1
}
Unique id of the person e.g. mobile number, bill_number, passport number, id number etc
Indicates whether the call was successful. 1 if successful, error code if not.
curl --location --request GET 'https://api.xente.co/people/' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "256770833993",
"name": "Halle Berry",
"data": "Json string depending on database being queried e.g. National ID, Passport etc"
}'
{
"success": 1
}
curl --location --request GET 'https://api.xente.co/people/' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "256770833993",
"name": "Halle Berry",
"data": "Json string depending on database being queried e.g. National ID, Passport etc"
}'
{
"success": 1
}