Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "https://api.linquid.io/api/campaigns?status=active&type=link&page=1&limit=20" \ -H "Authorization: Bearer <token>"
{ "success": true, "data": [ { "id": "campaign_xyz789", "name": "Summer Sale", "status": "active", "type": "link", "costModel": "cpc", "costOverride": 0.5, "costCurrency": "USD", "createdAt": "2026-02-20T10:30:00.000Z" } ], "meta": { "page": 1, "limit": 20 } }
List campaigns in the current workspace
pixel
link
active
paused
archived
campaigns:read
Was this page helpful?