Skip to main content
POST
Add UGC to campaign

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
integer<int32>
required

The Dash Social assigned ID of the brand.

campaign_id
integer
required

The ID of the campaign object.

Required range: x >= 0

Query Parameters

media_ids
integer[]

A list of comma-separated IDs indicating the media items to perform the action with.Selected media must belong to the specified campaign.

A list of comma-separated IDs indicating the gallery items to perform the action with.

Body

application/json

A list of IDs indicating the gallery items to perform the action with.

media_ids
integer[]

A list of IDs indicating the media items to perform the action with.Selected media must belong to the specified campaign.

Response

No Content