Get Campaign Relationships Tags
GET {{baseUrl}}/api/campaigns/:id/relationships/tags/
Returns the IDs of all tags associated with the given campaign.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
campaigns:read
tags:read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Accept | string |
RESPONSES
status: OK
{"data":[{"type":"tag","id":"\u003cstring\u003e"},{"type":"tag","id":"\u003cstring\u003e"}]}