Skip to main content
GET
/
v1
/
collections
List the user's collections
curl --request GET \
  --url https://api.clipping.cc/v1/collections \
  --header 'Authorization: Bearer <token>'
{
  "collections": [
    {
      "collection_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_…

Response

The user's collections.

collections
object[]