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
.
Authorizations
The clientId
used for API authentication.
The clientSecret
used for API authentication.
Body
The unique identifier of the session.
Response
The unique identifier of the session.
"SESSION_ID"
The unique identifier of the user associated with the session.
"USER_ID"
The timestamp when the session started.
1725879411000
The timestamp when the session was last active.
1725879411000
An array containing details about the user's identities (email, mobile, etc.).
Information about the user's device, such as user agent, platform, browser, etc.
Information about the network, such as IP address, timezone, location, etc.
Was this page helpful?