v1
latestOpenAPI 3.1.2Apache-2.02026-08-066040125.5 KBWebhooks
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