get https://a.klaviyo.com/api/tags//
Retrieve the tag with the given tag ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
tags:read
Responses
Retrieve the tag with the given tag ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
tags:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/tags/abcd1234-ef56-gh78-ij90-abcdef123456/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-12-15'