---
title: "List a project's webhook endpoints (public API)"
method: GET
path: "/projects/{project}/webhooks"
tags: ["public", "webhooks"]
---

# List a project's webhook endpoints (public API)

`GET /projects/{project}/webhooks`

## Path parameters

- `project` string, required

## Response `200`

OK

- object
  - `webhooks` object[], required
    - `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)
