GET
/
api
/
core
/
People
/
{personId}

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
}

Query

personId
string

Unique id of the person e.g. mobile number, bill_number, passport number, id number etc

Response

success
number

Indicates whether the call was successful. 1 if successful, error code if not.

data
object

The contents of the person