Skip to main content
POST
/
v1
/
auth
/
logout-all
Revoke all sessions
curl --request POST \
  --url https://api.clipping.cc/v1/auth/logout-all \
  --header 'Authorization: Bearer <token>'
{
  "user": {
    "user_id": "<string>",
    "name": "<string>",
    "email": "<string>",
    "role": "<string>"
  },
  "token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

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

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Response

All other sessions revoked; new token issued.

user
object
token
string