sayintel
Endpoint

Get campaign

GET/api/public/v1/campaigns/{campaign_id}read

Get full campaign config: positioning, ICP, pitch, CTA, conference URLs, totals.

Request

curl "https://sayintel.com/api/public/v1/campaigns/<campaign_id>" \
  -H "Authorization: Bearer $SAYINTEL_TOKEN"

Try it out

Try it outGET/api/public/v1/campaigns/{campaign_id}read

Sent as a bearer token to this site only, and kept in this tab's session storage. It is never written to disk or sent anywhere else.

Paste an API key to run.

Path parameters

NameInTypeRequiredDescription
campaign_idpathstringyes

Response

{
  "ok": true,
  "tool": "get_campaign",
  "kind": "read",
  "data": { ... },
  "error": null
}

Notes