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://co-mind-platform-host/v1/auth/logout \ --header 'Content-Type: application/json' \ --data ' { "access_token": "<string>", "refresh_token": "<string>" } '
{ "message": "Logged out successfully", "success": true }
Revoke/blacklist access and refresh tokens.
Access token to revoke (optional)
Refresh token to revoke (optional)
Logged out successfully
"Logged out successfully"
true