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/campaign_xyz789 \ -H "Authorization: Bearer <token>"
{ "success": true, "data": { "id": "campaign_xyz789", "name": "Summer Sale", "status": "active", "type": "link", "goalType": null, "goalValue": null, "costModel": "cpc", "costOverride": 0.5, "costCurrency": "USD", "conversionTracking": true, "createdAt": "2026-02-20T10:30:00.000Z" } }
Get one campaign by ID
campaigns:read
404
Was this page helpful?