---
title: "List call webhooks"
method: GET
path: "/v1/calls/webhooks"
tags: ["Call webhooks"]
---

# List call webhooks

`GET /v1/calls/webhooks`

Returns the configured call webhooks for the authenticated account. Wavix sends POST callbacks for `on-call` and `post-call` events.

## Response `200`

Returns the list of call webhooks.

- object[] — List of call webhooks configured for the phone number.
  - `event_type` 'post-call' | 'on-call', required — Type of call event the webhook subscribes to. One of `post-call` (delivered once after the call ends) or `on-call` (delivered for in-call events while the call is active).
  - `url` string, uri, required — Webhook URL

## Other responses

- `401` — Unauthorized
- `403` — Request failed. The feature is disabled for your account.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/versions/b22f170488b6/schema)
