Klaviyo API

Getting access, Developing, Testing

Back to Klaviyo

Create Tag Relationships Segments

Associate a tag with one or more segments. Any segment cannot be associated with more than 100 tags.\n\nUse the request body to pass in the ID(s) of the segments(s) that will be associated with the tag.

Rate limits:
Burst: 3/s
Steady: 60/m\n\nScopes:\nSegments Write\nTags Write

Input

type: object properties: parameters: type: object properties: id: type: string revision: type: string default: '2023-02-22' description: 'API endpoint revision (format: YYYY-MM-DD[.suffix])' required: - id - revision title: Parameters data: type: object required: - data properties: data: type: array items: type: object required: - type - id properties: type: type: string enum: - segment id: type: string title: Data