POST /hub/v1/campaigns
Creates a campaign.
URL Parameters
Name | Type | Description | |
---|---|---|---|
name | string | Required | Name of the campaign with a maximum length of 128 characters |
description | string | Required | Description of the campaign with a maximum length of 512 characters |
campaignCode | string | Required | Unique identifier for the campaign with a maximum length of 36 characters |
color | string | Required | Hex color value |
favorite | boolean | Required | Determines if the campaign will be flagged as a favorite |
Usage
Example Request
Example Response