Get a webhookAsk AIget https://api.mollie.com/v2/webhooks/{webhookId}Retrieve a single webhook object by its ID. Access withOrganization access token with webhooks.readOAuth access with webhooks.readPath ParamswebhookIdstringrequiredProvide the ID of the related webhook.Query ParamstestmodebooleanYou can enable test mode by setting the testmode query parameter to true. Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.Responses 200The webhook object. 404No entity with this ID exists. 422The request contains issues. For example, if the webhook has already been deleted.Updated 11 days ago