v1
latestOpenAPI 3.0.02026-07-24161215397.4 KBWebhooks
Update an existing webhook
Update an existing webhook
Required scopes: flex.settings.webhooks.update
put/api/v2/organizations/{orgSlug}/webhooks/{webhookId}
Path parameters
webhookIdstring required
webhook id
orgSlugstring required
organization slug
Request body
Example request
{
"isEnabled": true
}Response
Example response
{
"_id": "6a59d080856fad4ee41952f9",
"url": "https://webhook.site/1b1b1b1b-1b1b-1b1b-1b1b-1b1b1b1b1b1b",
"description": "A webhook for testing purposes.",
"eventTypes": [
"membership.created",
"membership.updated"
],
"secret": "1b1b1b1b-1b1b-1b1b-1b1b-1b1b1b1b1b1b",
"isEnabled": true
}