Logout
Last updated
Last updated
You can use our logout endpoint to expire access or refresh tokens. You also can expire the underlying session(s) that they are tied to (and indirectly all tokens tied to that session).
/api/logout
For the token exchange you will send the following fields.
terminate_session
A boolean. True to expire the session otherwise false.
tokens
An array containing access_token
or refresh_token
tokens to expire.