curl --request GET \
--url https://api.sandbox.co.in/kyc/entitylocker/sessions/{session_id}/status \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'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://api.sandbox.co.in/kyc/entitylocker/sessions/{session_id}/status \
--header 'Authorization: <authorization>' \
--header 'x-api-key: <x-api-key>'JWT access token
API key for identification
Session created in Initiate Session API
Was this page helpful?