v12
latestOpenAPI 3.1.02026-08-0464112112.3 KBWebhooks
Update a webhook subscriptions
Update a webhook subscriptions
post/v1/webhooks/{id}
Path parameters
idstring uuid required
Request body
Example request
{
"endpoint": "http://www.example.com/"
}Response
Successful Response
Example response
{
"endpoint": "http://www.example.com/"
}