Skip to main content
GET
/
kyc
/
entitylocker
/
sessions
/
{session_id}
/
user
/
profile
Get User Profile Details
curl --request GET \
  --url https://test-api.sandbox.co.in/kyc/entitylocker/sessions/{session_id}/user/profile \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "timestamp": 1765889000461,
  "data": {
    "id": "96b14651-a333-547d-8de9-fee0be4f941e",
    "@entity": "in.co.sandbox.kyc.entitylocker.user.profile",
    "date_of_birth": "28/01/2002",
    "mobile": "9512120133",
    "eaadhaar": true,
    "gender": "male",
    "name": "Henil Rupesh Shah"
  },
  "transaction_id": "7603165e-e591-4342-bb19-1d9f4caabb0f"
}

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
required

Unique identifier for tracking the request across systems