Skip to main content
GET
/
v1
/
discover
/
users
/
{user_id}
A user's public profile
curl --request GET \
  --url https://api.clipping.cc/v1/discover/users/{user_id} \
  --header 'Authorization: Bearer <token>'
{}

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_…

Path Parameters

user_id
string
required

Response

Profile with public collections and reporters.

The response is of type object.