Free Palestine 🇵🇸Stand for humanity! Palestine has a right to defend itself. Together, we can put an end to the Gaza genocide. Let's unite to #SAVEGAZA and ensure that every life in this region has access to the most basic necessities.

APIMockAPIMock

Logout

Get an auth token for a client.

POST
/auth/logout
/auth/logout

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

Auth Token from Login API

In: header

curl -X POST "https://apimock.lazycatlabs.com/v1/api/auth/logout" \
  -H "Authorization: Bearer <token>"

Success

{
  "diagnostic": {
    "status": "200",
    "message": "Success"
  }
}