Skip to main content
Manage custom tags for organizing and categorizing accounts and campaigns. These endpoints let you create, list, retrieve, update, and delete tags, as well as assign or unassign tags to resources. Tags can be used as filters in APIs that list accounts and campaigns.
  • Custom Tag — field reference for custom tag objects

Endpoints

MethodEndpointDescription
POST/api/v2/custom-tagsCreate custom tag
GET/api/v2/custom-tagsList custom tag
GET/api/v2/custom-tags/{id}Get custom tag
PATCH/api/v2/custom-tags/{id}Patch custom tag
DELETE/api/v2/custom-tags/{id}Delete custom tag
POST/api/v2/custom-tags/toggle-resourceAssign or unassign tags to resources