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"
}Get User Profile API returns the user profile details used to access EntityLocker documents
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.
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?