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
curl --request GET \ --url https://api.example.com/api/bot-accounts/campaigns
Get all campaigns for the authenticated user.
{ "campaigns": [ { "id": "camp-abc12345", "name": "CRM Leads", "keywords": ["best CRM", "CRM recommendation"], "status": "active", "replyTone": "casual_friendly", "autoGenerate": true, "autoReply": false, "intervalSeconds": 300, "botAccountId": "acc-def67890", "stats": { "tweetsFound": 42, "repliesSent": 18, "repliesFailed": 2 }, "createdAt": "2026-03-30T10:00:00.000Z" } ] }