cURL
curl --request PUT \ --url https://api.vambe.me/api/webhooks/{id} \ --header 'Content-Type: application/json' \ --data '{ "topic": "<string>", "url": "<string>", "secret": "<string>", "active": true, "hidden": true }'
255
Webhook updated successfully
Was this page helpful?