---
title: "Get project environment webhook"
method: GET
path: "/v1/connect/{project_id}/webhook"
---

# Get project environment webhook

`GET /v1/connect/{project_id}/webhook`

Retrieve the webhook configured for a project environment

## Headers

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

## Response `200`

webhook retrieved

- GetWebhookResponse — Response received when retrieving a webhook
  - `data` Webhook, required — A webhook object
    - `id` string, required — The unique ID of the webhook
    - `url` string, uri, required — The webhook URL
    - `signing_key_set` boolean, required — Whether a signing key has been set for this webhook
    - `created_at` integer, required — The time the webhook was created, in epoch seconds
    - `updated_at` integer, required — The time the webhook was last updated, in epoch seconds

## Other responses

- `429` — too many requests

---

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