POST
/
customer
/
logout
curl --request POST \
  --url https://api.joinworth.com/auth/api/v1/customer/logout \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Logout successful"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json; charset=utf-8
OK
status
string
required
message
string
required