get https://a.klaviyo.com/api/coupons//relationships/coupon-codes
Gets a list of coupon code relationships associated with the given coupon id
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
coupon-codes:read
Responses
Gets a list of coupon code relationships associated with the given coupon id
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
coupon-codes:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/coupons/id/relationships/coupon-codes \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
{
"data": [
{
"type": "coupon-code",
"id": "10OFF-ASD325FHK324UJDOI2M3JNES99"
}
]
}