Create a campaign

POST {{baseUrl}}/marketing/v3/campaigns/

Create a campaign with the given properties and return the campaign object, including the campaignGuid and created properties.

Request Body

{"properties"=>{"enim_fee"=>"<string>", "aliquip1"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;properties&quot;:{&quot;nostrudb&quot;:&quot;\u003cstring\u003e&quot;,&quot;animc23&quot;:&quot;\u003cstring\u003e&quot;},&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;}