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 GET \ --url https://jamquest-dev.techboo.net/api/v1/auth/user/logout \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "message": "<string>" }
Logs out the user by invalidating the current access token.
Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.
Successfully logged out
"ok"