Skip to main content
GET
/
v1
/
discover
/
users
Public users
curl --request GET \
  --url https://api.clipping.cc/v1/discover/users \
  --header 'Authorization: Bearer <token>'
{
  "users": [
    {
      "user_id": "<string>",
      "name": "<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 in the header: Authorization: Bearer ck_live_…

Query Parameters

lang
enum<string>

Filter by language. Omit to return all.

Available options:
pt,
en

Response

Public users.

users
object[]