v1

latestOpenAPI 3.0.32026-07-264955102.7 KB
Webhooks

List webhooks

Returns all webhook endpoints configured for your account.

get/v2/api/webhooks

Response

List of webhook endpoints

Example response

{
  "data": [
    {
      "id": "ep_2NfDKEm9sF8xK3pQr1Zt",
      "topics": [
        "call.received"
      ]
    }
  ]
}