post https://api.snappy.com/public-api/v2/campaigns
Log in to see full request history
Responses
409Campaign name already in use
422Cannot create campaign with a credit card funding source
409Campaign name already in use
422Cannot create campaign with a credit card funding source
xxxxxxxxxx
curl --request POST \
--url https://api.snappy.com/public-api/v2/campaigns \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": "string",
"name": "string",
"status": "active",
"source": "string"
}