cURL
curl --request GET \ --url https://api.sandbox.co.in/kyc/entitylocker/sessions/{session_id}/entity \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
{ "code": 200, "timestamp": 1765888767565, "data": { "id": "4e8455e8-27db-50a0-99e9-0b0211a4811d", "@entity": "in.co.sandbox.kyc.entitylocker.entity", "date_of_incorporation": "16/01/2023", "email": "help@sandbox.co.in", "mobile": "9099983246", "name": "SANDBOX FINANCIAL TECHNOLOGIES PRIVATE LIMITED", "verified_by": "cin" }, "transaction_id": "c4124d99-4854-446f-9b04-b8f8c12785d0" }
Get Entity Details API returns the entity details used to access EntityLocker documents
JWT access token
API key for identification
Session created in Initiate Session API
200 - Entity Details fetched
Show child attributes
Was this page helpful?