get https://a.klaviyo.com/api/lists//relationships/tags/
Returns the tag IDs of all tags associated with the given list.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
lists:read
tags:read
Responses
Returns the tag IDs of all tags associated with the given list.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
lists:read
tags:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/lists/id/relationships/tags/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2024-02-15'
xxxxxxxxxx
{
"data": [
{
"type": "tag",
"id": "string"
}
]
}