Session Management APIs
Validate User Session
This API is used to validate a user session by exchanging the sessionToken
obtained from the otpless after successful authentication. This server-to-server call requires the clientId
and clientSecret
.
POST
Authorizations
The clientId
used for API authentication.
The clientSecret
used for API authentication.
Body
application/json
The unique identifier of the session.
Response
200 - application/json
A boolean value indicating whether session is valid. True
indicates session is valid and false
indicates session is invalid.
Was this page helpful?