Webhooks
Update webhook endpoint
Update an existing webhook endpoint.
PUT
/
v1
/
webhooks
/
endpoints
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Webhook endpoint URL.
Webhook endpoint description.
Webhook rate limit (per second).
Webhook event types filter. If not defined, all event messages will be sent.
Available options:
event.price_calculated
, customer.created
, customer.updated
, customer.archived
, customer.recovered
, customer.deleted
, subscription.created
, subscription.trial_ended
, subscription.activated
, subscription.reactivated
, subscription.contract_started
, subscription.paused
, subscription.phase_activated
, subscription.updated
, subscription.cancellation_scheduled
, subscription.cancelled
, subscription.voided
, subscription.errored
, subscription.charged
, subscription.commitment_renewed
, invoice.created
, invoice.grace_period.started
, invoice.ready
, invoice.settled
, invoice.errored
, invoice.voided
, invoice.reminder_sent
, credit_note.ready
, credit_note.settled
, checkout.created
, checkout.completed
, payment_method.created
, payment_method.activated
, payment_method.errored
, payment_method.deleted
, wallet.credited
, wallet.debited
, daily_analytics.ready
, dataloader.failed
, credit.low_balance
, credit.balance_refreshed
, credit.created
, credit.updated
, credit.balance_at_zero
, credit.topup_transaction_created
, credit.usage_transaction_created
, quote.created
, quote.updated
, quote.approved
, quote.sent
, quote.viewed
, quote.signed
, quote.voided
, bank_account.created
, bank_account.deleted
, custom_property.created
, custom_property.updated
, custom_property.deleted
, custom_property.value_created
, custom_property.value_updated
Response
200 - application/json
Webhook endpoint ID.
Webhook endpoint description.
Webhook endpoint URL.
Webhook rate limit (per second).
Webhook event types filter. If not defined, all event messages will be sent.
Available options:
event.price_calculated
, customer.created
, customer.updated
, customer.archived
, customer.recovered
, customer.deleted
, subscription.created
, subscription.trial_ended
, subscription.activated
, subscription.reactivated
, subscription.contract_started
, subscription.paused
, subscription.phase_activated
, subscription.updated
, subscription.cancellation_scheduled
, subscription.cancelled
, subscription.voided
, subscription.errored
, subscription.charged
, subscription.commitment_renewed
, invoice.created
, invoice.grace_period.started
, invoice.ready
, invoice.settled
, invoice.errored
, invoice.voided
, invoice.reminder_sent
, credit_note.ready
, credit_note.settled
, checkout.created
, checkout.completed
, payment_method.created
, payment_method.activated
, payment_method.errored
, payment_method.deleted
, wallet.credited
, wallet.debited
, daily_analytics.ready
, dataloader.failed
, credit.low_balance
, credit.balance_refreshed
, credit.created
, credit.updated
, credit.balance_at_zero
, credit.topup_transaction_created
, credit.usage_transaction_created
, quote.created
, quote.updated
, quote.approved
, quote.sent
, quote.viewed
, quote.signed
, quote.voided
, bank_account.created
, bank_account.deleted
, custom_property.created
, custom_property.updated
, custom_property.deleted
, custom_property.value_created
, custom_property.value_updated
Webhook creation date.
Was this page helpful?