---
title: "List trigger webhooks"
method: GET
path: "/v1/connect/{project_id}/deployed-triggers/{trigger_id}/webhooks"
---

# List trigger webhooks

`GET /v1/connect/{project_id}/deployed-triggers/{trigger_id}/webhooks`

Get webhook URLs configured to receive trigger events

## Query parameters

- `external_user_id` string, required

## Headers

- `x-pd-environment` 'development' | 'production', required — The environment in which the server client is running

## Response `200`

trigger webhooks retrieved

- GetTriggerWebhooksResponse — Response received when retrieving trigger webhooks
  - `webhook_urls` string[], required
  - `webhooks` TriggerWebhook[] — Webhook objects for the configured URLs. `signing_key` is only returned for OAuth-authenticated requests.
    - `id` string, required — The unique ID of the webhook
    - `url` string, uri, required — The webhook URL
    - `signing_key` string — The webhook signing key, returned only for OAuth-authenticated requests
    - `signing_key_set` boolean, required — Whether a signing key has been set for this webhook

## Other responses

- `429` — too many requests

---

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