cURL
curl --request POST \ --url https://app.closerx.ai/api/auth/logout/ \ --header 'Content-Type: application/json' \ --header 'api_key: <api-key>' \ --data ' { "access_token": "<string>" } '
{ "success": true, "message": "<string>", "data": {} }
Allows User to Log Out of the system
Access token for logout
User's access token for authentication
Logout response
Indicates whether the logout was successful
Message describing the result of the logout request
Empty object containing no additional data