curl --request GET \
--url https://test-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
curl --request GET \
--url https://test-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"
}Documentation Index
Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
Use this file to discover all available pages before exploring further.
JWT access token. For token-generation steps, refer to the Quickstart Guide.
API key used to identify and authenticate the client.
Specifies the API version for the request.
Session identifier generated during EntityLocker Initiate Session API .
HTTP status code.
Unix timestamp (in milliseconds) indicating when the server generated the response.
Response payload containing the requested data or error details.
Show child attributes
Unique identifier for tracking the request across systems.
Was this page helpful?