---
title: "List Org Webhook Destinations"
method: GET
path: "/api/v1/webhooks/destinations"
tags: ["Webhooks"]
---

# List Org Webhook Destinations

`GET /api/v1/webhooks/destinations`

## Query parameters

- `limit` integer, nullable
- `offset` integer

## Response `200`

Successful Response

- ListWebhookDestinationsResponse
  - `destinations` WebhookDestinationRow[], required
    - `resource_type` 'mailbox' | 'phone_number' | 'agent_identity', required
    - `resource_id` string, uuid, required
    - `resource_label` string, required — Human-readable resource identifier such as email address or phone number
    - `resource_created_at` string, date-time, required
    - `destination_type` 'mail' | 'phone_call' | 'phone_text' | 'imessage' | 'phone_call_lifecycle' | 'a2a', required
    - `url` string, required
    - `identity_id` string, uuid, nullable

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

[API](https://skmtc.dev/inkbox/apis/inkbox-api.md) · [All operations](https://skmtc.dev/inkbox/apis/inkbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inkbox/inkbox-api/revisions/31f357e7e6f8/schema)
