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

Documentation Index

Fetch the complete documentation index at: https://docs.worthai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

OK

status
string
Example:

"success"

message
string
Example:

"Logout successful"