---
title: "Get a webhook endpoint (public API)"
method: GET
path: "/projects/{project}/webhooks/{webhook}"
tags: ["public", "webhooks"]
---

# Get a webhook endpoint (public API)

`GET /projects/{project}/webhooks/{webhook}`

## Path parameters

- `project` string, required
- `webhook` string, required

## Response `200`

OK

- object
  - `id` string, required
  - `url` string, required
  - `events` string[], required
  - `firesOn` string[], required
  - `src` string, required
  - `enabled` boolean, required
  - `signingSecrets` object[], required
    - `id` string, required
    - `label` string, nullable, required
    - `expiresAt` string, nullable, required
    - `hasSecret` boolean, required
  - `createdAt` string, required

---

[API](https://skmtc.net/urlbox/apis/urlbox-public-api-spike.md) · [All operations](https://skmtc.net/urlbox/apis/urlbox-public-api-spike/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urlbox/urlbox-public-api-spike/revisions/4510ae6afe8d/schema)
