What is a session token
A one time bearer token that provides proof of authentication and may be redeemed for an interactive SSO session in Okta in a user agent.
What is the get current session enpoint
/api/v1/sessions/me
what is the clear user sessions endpoint?
/api/v1/users/%{userId}/sessions
what is the suspend user endpoint?
/api/v1/users/${userId}/lifecycle/suspend