curl --request POST \
--url https://api.vambe.me/api/webhooks \
--header 'Content-Type: application/json' \
--data '
{
"topic": "<string>",
"url": "<string>",
"filters": {
"channelIds": [
"<string>"
]
}
}
'curl --request POST \
--url https://api.vambe.me/api/webhooks \
--header 'Content-Type: application/json' \
--data '
{
"topic": "<string>",
"url": "<string>",
"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?