get https://a.klaviyo.com/api/campaigns//tags/
Return all tags that belong to the given campaign.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
campaigns:read
tags:read
Responses
Return all tags that belong to the given campaign.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
campaigns:read
tags:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/campaigns/id/tags/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2024-02-15'
xxxxxxxxxx
53}
{
"data": [
{
"type": "tag",
"id": "abcd1234-ef56-gh78-ij90-abcdef123456",
"attributes": {
"name": "My Tag"
},
"links": {
"self": "string"
},
"relationships": {
"tag-group": {
"links": {
"self": "string",
"related": "string"
}
},
"lists": {
"links": {
"self": "string",
"related": "string"
}
},
"segments": {
"links": {
"self": "string",
"related": "string"
}
},
"campaigns": {
"links": {