cURL
auth
Post apiv1authlogout
Logout user with immediate token invalidation.
This performs a complete logout:
- Adds access token to blacklist (immediate invalidation)
- Revokes the refresh token (prevents getting new access tokens)
- Terminates all Keycloak sessions for the user
After logout, the access token is immediately invalid on all subsequent requests.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.capedigital.co.ke/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your JWT token in the format: Bearer
Response
200
No response body
