v1
latestOpenAPI 3.1.02026-07-2689175245.8 KBProgrammatic Webhooks
Update Webhook
Update a webhook subscriptions.
put/webhooks/{id}
Path parameters
idinteger required
The webhook's unique identifier.
Request body
Example request
{
"topic": "return",
"trigger": "return.created",
"url": "https://example.com/webhook"
}Response
No Content