---
title: "Get the destinations for an application by webhook ID"
method: GET
path: "/v3/webhooks/{id}"
tags: ["Webhook Notifications"]
---

# Get the destinations for an application by webhook ID

`GET /v3/webhooks/{id}`

Get the webhook destinations for an application ID by webhook ID

## Path parameters

- `id` string, required

## Response `200`

Destinations Returned

- object
  - `data` object
    - `id` string — A unique identifier for the webhook destination.
    - `description` string — A human-readable description of the webhook destination.
    - `trigger_types` string[] — The event that triggers the webhook notification. See the [notification schemas](/docs/reference/notifications/) for details about each trigger type. See the [Grants](/docs/reference/api/manage-grants/), [Calendar](/docs/reference/api/calendar/), [Events](/docs/reference/api/events/), and [Messages](/docs/reference/api/messages/) references for information on how to trigger each event type.
    - `webhook_url` string — The URL to send webhooks to.
    - `status` 'active' | 'pause' | 'failing' | 'failed' — The status of the new destination.
    - `notification_email_addresses` string[] — The email addresses that Nylas notifies when a webhook is down for a while. See [Failing and failed webhooks](/docs/v3/notifications/#failing-and-failed-webhooks) for details.
    - `status_updated_at` integer — The time the `status` field was last updated, represented as a Unix timestamp in seconds.
    - `created_at` integer — The time the webhook destination was created, represented as a Unix timestamp in seconds.
    - `updated_at` integer — The time the webhook destination was last updated, represented as a Unix timestamp in seconds.
  - `request_id` string — The ID for each request.

## Other responses

- `400` — Destination not returned

---

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