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