Subscription order reactivatedWebhook

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
Request Body schema: application/json

Order webhook request body resource.

subscriptionId
string

ID of the order.

eventType
string

Type of webhook event.

Enum: "order-completed" "order-abandoned" "subscription-activated" "subscription-canceled" "subscription-churned" "subscription-downgraded" "subscription-modified" "subscription-reactivated" "subscription-renewal-reminder" "subscription-renewed" "subscription-trial-converted" "subscription-trial-end-changed" "subscription-trial-end-reminder" "subscription-trial-ended" "subscription-upgraded" "order-delinquency-reached" "subscription-items-changed"
object

Embedded objects.

Array of objects

Related links.

Request samples
application/json
{ "subscriptionId": "ord_01GYJPRKHBD6ZYHH897QCJMBS4", "eventType": "order-completed", "_embedded": { }, "_links": [ ] }
Responses

2xx

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