🚀 Borderless Benchmark now LIVE!
cURL
curl --request GET \ --url https://sandbox-api.borderless.xyz/v1/identities/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "type": "Personal", "deleted": true, "hasComplianceChecks": true, "data": { "firstName": "<string>", "lastName": "<string>", "secondLastName": "<string>", "middleName": "<string>", "taxId": "<string>", "dateOfBirth": "YYYY-MM-DD", "email": "<string>", "phone": "<string>", "activity": "<string>", "sex": "Male", "address": { "id": "<string>", "street1": "<string>", "street2": "<string>", "city": "<string>", "state": "<string>", "country": "AF", "postalCode": "<string>" }, "documents": [ { "id": "<string>", "issuingCountry": "AF", "type": "Passport", "idNumber": "<string>", "issuedDate": "YYYY-MM-DD", "expiryDate": "YYYY-MM-DD" } ], "occupationCode": "132011", "employmentStatus": "Employed", "sourceOfFunds": "CompanyFunds", "accountPurpose": "CharitableDonations", "monthlyAmounts": "LessThan5K", "actingAsIntermediary": true, "citizenship": "AF" } }
Retrieve an Identity by its unique identification. Returns 404 if the Identity does not exist.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved Identity data.
Personal
Business
Show child attributes
Was this page helpful?
Suggestions
Contact support