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