curl --request PUT \
--url https://api.vambe.me/api/webhooks/{id} \
--header 'Content-Type: application/json' \
--data '
{
"filters": {
"channelIds": [
"<string>"
]
}
}
'curl --request PUT \
--url https://api.vambe.me/api/webhooks/{id} \
--header 'Content-Type: application/json' \
--data '
{
"filters": {
"channelIds": [
"<string>"
]
}
}
'Documentation Index
Fetch the complete documentation index at: https://docs.vambe.me/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?