Skip to main content
GET
/
v1
/
items
/
{item_id}
/
calls
External calls for an item
curl --request GET \
  --url https://api.clipping.cc/v1/items/{item_id}/calls \
  --header 'Authorization: Bearer <token>'
{
  "calls": [
    {}
  ]
}

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

Path Parameters

item_id
string
required

Query Parameters

limit
integer
default:100

Response

Calls.

calls
object[]