Logout the user from a specific session. The user and session are derived from the access token used to authorize the request (which was issued based on the authentication that created the session)
Security
UserAccessToken
- Sandbox environmenthttps://api.sbx.transmitsecurity.io/cis/v1/auth/logout
- US production environmenthttps://api.transmitsecurity.io/cis/v1/auth/logout
- EU production environmenthttps://api.eu.transmitsecurity.io/cis/v1/auth/logout
- CA production environmenthttps://api.ca.transmitsecurity.io/cis/v1/auth/logout
- AU production environmenthttps://api.au.transmitsecurity.io/cis/v1/auth/logout
- JP production environmenthttps://api.gasne1-ts01.transmitsecurity.io/cis/v1/auth/logout
curl -i -X POST \
https://api.sbx.transmitsecurity.io/cis/v1/auth/logout \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'