cURL
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" }
Get User Profile API returns the user profile details used to access EntityLocker documents
JWT access token
API key for identification
Session created in Initiate Session API
200 - Profile Details fetched
Show child attributes
Was this page helpful?