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