cURL
curl --request GET \ --url https://api.sandbox.co.in/kyc/digilocker-sdk/sessions/{session_id}/status \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
200
200 - Session Created
{ "code": 200, "timestamp": 1752580258171, "data": { "id": "839fd8a0-d645-42e1-a904-bb43353b0139", "created_at": 1752579445983, "@entity": "in.co.sandbox.kyc.digilocker.sdk.session", "status": "created" }, "transaction_id": "800ff751-2191-4b7d-b20a-8301790a3e19"}
Description of your new file.
JWT access token
API key for identification
SDK session created in Create Session API
200 - OK
Show child attributes
Was this page helpful?