get https://a.klaviyo.com/api/tags//tag-group/
Returns the tag group resource for a given tag ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
tags:read
Responses
Returns the tag group resource for a 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/id/tag-group/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2024-02-15'