Skip to main content
GET
/
auth
/
user
/
logout
User logout
curl --request GET \
  --url https://jamquest-dev.techboo.net/api/v1/auth/user/logout \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.

Response

200 - application/json

Successfully logged out

status
string
Example:

"ok"

message
string