Skip to main content
POST
/
webhooks
/
call-events
Receive Call Events Webhook
curl --request POST \
  --url https://api.example.com/webhooks/call-events
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null
Content-Type
string | null

Response

Successful Response