Webhooks
Update a webhook
Update the URL for an existing webhook.
put/v2/email-service/webhook/{id}
Request body
Example request
{
"url": "https://site.com/callback"
}Response
Webhook updated
Update the URL for an existing webhook.
{
"url": "https://site.com/callback"
}Webhook updated