Session Management APIs
Revoke User Session
Revokes user session by exchanging the sessionToken
obtained from the otpless after successful authentication. This server-to-server call requires the clientId
and clientSecret
.
POST
/
v1
/
sessions
/
revoke-session
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
Was this page helpful?