Skip to main content
POST
/
v1
/
auth
/
logout
Logout
curl --request POST \
  --url http://localhost:8000/v1/auth/logout \
  --header 'Authorization: Bearer <token>'
{
  "data": null,
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Response

200 - application/json

Successful Response

data
unknown
message
string | null
success
boolean
default:true