Initiate Session
The Initiate Session API returns a EntityLocker link that the user is redirected to, where they can provide consent for the requested documents.
Run in Postman
Headers
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.
Media type of the request body.
application/json Body
in.co.sandbox.kyc.entitylocker.session.request EntityLocker user journey to initiate for this session. Use signin for existing users or signup to create a new EntityLocker account.
signin, signup HTTPS URL where the user will be redirected after completing the EntityLocker consent flow.
^https://Unix timestamp in milliseconds after which the consent request becomes invalid. Must be at least 1 hour later than the current server time.
x >= 0Response
HTTP status code.
Unix timestamp (in milliseconds) indicating when the server generated the response.
Response payload containing the requested data or error details.
Unique identifier for tracking the request across systems.