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
Payload containing the `sessionToken` received from otpless authentication and client credentials for verification.
The body is of type object
.
Response
200
application/json
The user's information was successfully retrieved.
The response is of type object
.