Skip to main content
GET
/
kyc
/
entitylocker
/
sessions
/
{session_id}
/
entity
Get Entity Details
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.

https://mintcdn.com/sandboxfinancialtechnologiesprivatelimited/gviqebbpT5NUt_6i/static/svg/Postman.svg?fit=max&auto=format&n=gviqebbpT5NUt_6i&q=85&s=da47f2b7e10d87befec951aed9468de3

Run in Postman

Headers

Authorization
string
required

JWT access token. For token-generation steps, refer to the Quickstart Guide.

x-api-key
string
required

API key used to identify and authenticate the client.

x-api-version
string

Specifies the API version for the request.

Path Parameters

session_id
string
required

Session identifier generated during EntityLocker Initiate Session API .

Response

200 - application/json
code
integer
required

HTTP status code.

timestamp
integer
required

Unix timestamp (in milliseconds) indicating when the server generated the response.

data
object
required

Response payload containing the requested data or error details.

transaction_id
string<uuid>
required

Unique identifier for tracking the request across systems.