Skip to main content
POST
/
webhooks
/
channels
/
{platform}
Receive channel webhooks
curl --request POST \
  --url https://api.veryfront.com/webhooks/channels/{platform} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

platform
enum<string>
required
Available options:
slack

Response

Webhook accepted or URL verification challenge returned

ok
enum<boolean>
required
Available options:
true