get https://a.klaviyo.com/api/coupon-codes//coupon
Get the coupon associated with a given coupon code ID.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
coupons:read
Responses
Get the coupon associated with a 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/coupon \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
13{
"data": {
"type": "coupon",
"id": "10OFF",
"attributes": {
"external_id": "10OFF",
"description": "10% off for purchases over $50"
},
"links": {
"self": "string"
}
}
}