Skip to main content
POST
/
kyc
/
entitylocker-sdk
/
sessions
/
{session_id}
/
reset
Reset Session
curl --request POST \
  --url https://entitylockerapigatewayurl.execute-api.ap-south-1.amazonaws.com/dev/kyc/entitylocker-sdk/sessions/{session_id}/reset \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
{
  "code": 200,
  "timestamp": 1754567402390,
  "transaction_id": "1516557e-dc3c-433b-b73e-f9a073219ef7"
}

Headers

Authorization
string
required

SDK Token

x-api-key
string
required

API key for identification

Path Parameters

session_id
string
required

Session id

Response

200 - application/json

200 OK

code
integer
timestamp
integer
transaction_id
string