v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Create a Campaign

Create a campaign

post/campaigns

Headers

content typestring

Request body

tagstring

Name of campaign

Response

200

account_idstring
created_atnumber
idstring
tagstring
updated_atnumber

Example response

{
  "account_id": "5dba92731b5d034f7d8dca3d",
  "created_at": 1639489560.829,
  "id": "61b8a018704aee80f63d4804",
  "tag": "Juliet",
  "updated_at": 1639489560.829
}