Update a webhook

Updates the webhook. You may edit the name, url and the list of subscribed event types.

Access with

Organization access token with webhooks.write

OAuth access with webhooks.write

Path Params
string
required

Provide the ID of the related webhook.

Body Params
string

A name that identifies the webhook.

string

The URL Mollie will send the events to. This URL must be publicly accessible.

eventTypes
boolean

Whether the entity was created in test mode or live mode. This field does not update the mode of the entity.

Most API credentials are specifically created for either live mode or test mode, in which case this parameter must not be sent. For organization-level credentials such as OAuth access tokens, you can enable test mode by setting testmode to true.

Responses

Language
Credentials
Request
Response
Choose an example:
application/hal+json