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
}
'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
}
'Was this page helpful?