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

KeyDatatypeRequiredDescription
fields[tag]stringFor more information please visit https://developers.klaviyo.com/en/v2023-01-24/reference/api-overview#sparse-fieldsets

HEADERS

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Acceptstring

RESPONSES

status: OK

{"data":{"type":"tag","id":"abcd1234-ef56-gh78-ij90-abcdef123456","attributes":{"name":"My Tag"},"links":{"self":"http://eGVnfHyXqVAWuBDEAlrhpICjyLSS.ajMYdx1WefnPUn,5N"}}}