Skip to main content
GET
/
v1
/
auth
/
me
Current user
curl --request GET \
  --url https://api.clipping.cc/v1/auth/me \
  --header 'Authorization: Bearer <token>'
{
  "user": {
    "user_id": "<string>",
    "name": "<string>",
    "email": "<string>",
    "role": "<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

The logged-in user.

user
object