Create or update the webhook endpoint
Configures your single webhook endpoint. Only the fields you send are changed; url and events are required the first time. Sending events replaces the whole subscription list (include at least one). Each delivery is signed with HMAC-SHA256 in the X-Melio-Signature header.
Authorizations
Body
Partial update; only the provided fields change. url and events are required when no webhook endpoint exists yet.
https endpoint that will receive deliveries.
Event types to subscribe to. When provided, replaces the current list (at least one).
1An event type a webhook endpoint can subscribe to.
api.entity.created, api.entity.updated, api.account.created, api.account.updated, api.account.deleted, api.payment.created, api.payment.updated, api.limitation.updated Response
The webhook endpoint.
The https endpoint deliveries are POSTed to.
An event type a webhook endpoint can subscribe to.
api.entity.created, api.entity.updated, api.account.created, api.account.updated, api.account.deleted, api.payment.created, api.payment.updated, api.limitation.updated When false, deliveries to this endpoint are paused.