Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost/api/api/logout \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
{ "status": "<string>" }
Logout a user by revoking the token from AWS Cognito
JWT token obtained from AWS Cognito or custom authentication service
Logout request payload
JWT Token
Logout successful
Status message