Skip to main content
GET
/
auth
/
signout
Sign out
curl --request GET \
  --url https://api.obselite.com/v0/auth/signout \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Response

Successful response

success
boolean
required