Skip to main content

Endpoints

  • POST /campaigns
  • GET /campaigns
Campaigns created through the public API always begin as drafts. The API does not schedule, approve, or send them.

Create request

{
  "name": "July product update"
}