curl --request GET \
--url https://test-api.sandbox.co.in/kyc/digilocker/sessions/{session_id}/status \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"timestamp": 1752580258171,
"data": {
"id": "839fd8a0-d645-42e1-a904-bb43353b0139",
"created_at": 1752579445983,
"@entity": "in.co.sandbox.kyc.digilocker.session",
"status": "created"
},
"transaction_id": "800ff751-2191-4b7d-b20a-8301790a3e19"
}Session Status API allows you to check the latest status of session and the list of consented documents if consent is received.
curl --request GET \
--url https://test-api.sandbox.co.in/kyc/digilocker/sessions/{session_id}/status \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'{
"code": 200,
"timestamp": 1752580258171,
"data": {
"id": "839fd8a0-d645-42e1-a904-bb43353b0139",
"created_at": 1752579445983,
"@entity": "in.co.sandbox.kyc.digilocker.session",
"status": "created"
},
"transaction_id": "800ff751-2191-4b7d-b20a-8301790a3e19"
}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 DigiLocker Initiate Session API .
Was this page helpful?