Coupon expiration modified
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of coupon-related webhook event.

couponIdstring

ID of the coupon.

eventTypestring

Type of event that triggered the webhook.

Enum:"coupon-expiration-modified""coupon-expired""coupon-issued""coupon-modified"
_embeddedobject

Embedded objects related to the coupon event.

Payload
{ "couponId": "string", "eventType": "coupon-expiration-modified", "_embedded": { "coupon": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.