List campaigns
Every campaign in your workspace with status, lead, sent, reply and sender counts.
Authorization
BearerAuth AuthorizationBearer <token>
Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.
In: header
Query Parameters
limit?integer
Max campaigns (default 200).
Response Body
application/json
application/json
Shell
curl -X GET "https://app.argorant.com/api/v1/campaigns?limit=50"JSON
{ "campaigns": [ { "id": "7f3a2c1e-9b4d-4e8a-a1c2-5d6e7f8a9b0c", "name": "Q4 CFO outreach", "status": "active", "lead_count": 1188, "sent_count": 412, "replied_count": 19, "inbox_count": 12, "daily_limit": 40, "url": "https://app.argorant.com/campaigns/7f3a2c1e-9b4d-4e8a-a1c2-5d6e7f8a9b0c" } ]}