cURL
curl --request POST \ --url https://api.sandbox.co.in/kyc/entitylocker-sdk/sessions/create \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "@entity": "<string>", "flow": "signin", "doc_types": [ "company_master_details" ] } '
{ "timestamp": 1750331120324, "transaction_id": "5ccad959-0bf4-4472-a3dd-d57e2b61b5a9", "data": { "@entity": "in.co.sandbox.kyc.entitylocker.sdk.session", "id": "0454f149-26d0-41ef-9f14-c54f4b5f7b70", "status": "created", "created_at": 1750331120324 }, "code": 200 }
JWT access token
API Key for identification
"in.co.sandbox.kyc.entitylocker.sdk.session.request"
signin
signup
company_master_details
gstn_details
udhyam_certificate
200 - Success
Show child attributes
Was this page helpful?