Skip to main content
GET
/
kyc
/
entitylocker
/
sessions
/
{session_id}
/
user
/
profile
Get User Profile Details
curl --request GET \
  --url https://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"
}
https://mintcdn.com/sandboxfinancialtechnologiesprivatelimited/E4RwGFBROD75hm3P/static/svg/Postman.svg?fit=max&auto=format&n=E4RwGFBROD75hm3P&q=85&s=bf60d58751a51f6e80a8f2cdae74c9fc

Run in Postman

Headers

Authorization
string
required

JWT access token

x-api-key
string
required

API key for identification

x-api-version
string

Path Parameters

session_id
string<uuid>
required

Session created in Initiate Session API

Response

200 - application/json

200 - Profile Details fetched

code
integer
timestamp
integer
data
object
transaction_id
string