Subscription order pausedWebhook

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

Subscription pause and order webhook request body resource.

subscriptionId
string

ID of the order.

subscriptionPauseId
string

ID of the subscription pause.

eventType
string

Type of webhook event.

Enum: "subscription-pause-created" "subscription-pause-modified" "subscription-pause-revoked" "subscription-paused" "subscription-resumed"
object

Embedded objects.

Array of objects

Related links.

Request samples
application/json
{ "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "subscriptionPauseId": "ord_pau_01H085J3ZR1WKD120D73D7N4C9", "eventType": "subscription-pause-created", "_embedded": { }, "_links": [ ] }
Responses

2xx

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