Get Tag
GET {{baseUrl}}/api/tags/:id/
Retrieve the tag with the given tag ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
Tags Read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields[tag] | string | For more information please visit https://developers.klaviyo.com/en/v2023-01-24/reference/api-overview#sparse-fieldsets |
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":"abcd1234-ef56-gh78-ij90-abcdef123456","attributes":{"name":"My Tag"},"links":{"self":"http://eGVnfHyXqVAWuBDEAlrhpICjyLSS.ajMYdx1WefnPUn,5N"}}}