Create Tag Relationships Campaigns

POST {{baseUrl}}/api/tags/:id/relationships/campaigns/

Associate a tag with one or more campaigns. Any campaign cannot be associated with more than 100 tags.

Use the request body to pass in the ID(s) of the campaign(s) that will be associated with the tag.

Rate limits:
Burst: 3/s
Steady: 60/m

Scopes: campaigns:write tags:write

Request Body

{"data"=>[{"type"=>"campaign", "id"=>"<string>"}, {"type"=>"campaign", "id"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Content-Typestring
Acceptstring