Create Tag Group
POST {{baseUrl}}/api/tag-groups/
Create a tag group. An account cannot have more than 50 unique tag groups.
If exclusive
is not specified true
or false
, the tag group defaults to non-exclusive.
If a tag group is non-exclusive, any given related resource (campaign, flow, etc.) can be linked to multiple tags from that tag group. If a tag group is exclusive, any given related resource can only be linked to one tag from that tag group.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
Tags Read
Tags Write
Request Body
{"data"=>{"type"=>"tag-group", "attributes"=>{"name"=>"My Tag Group", "exclusive"=>false}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"data":{"type":"tag-group","id":"zyxw9876-vu54-ts32-rq10-zyxwvu654321","attributes":{"name":"My Tag Group","exclusive":false,"default":false},"links":{"self":"http://QNyhKzZl.pblxTAFHZO"}}}