Get Session Details
Fetches the current user session by exchanging the sessionToken
obtained from the otpless after successful authentication. This server-to-server call requires the clientId
and clientSecret
.
POST
💡 About Session Details API
💡 About Session Details API
Retrieves detailed information about a user’s session, including identity details, device information, and network location data.
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
.