---
title: "List webhooks"
method: GET
path: "/projects/{project_id}/webhooks"
tags: ["Webhooks"]
---

# List webhooks

`GET /projects/{project_id}/webhooks`

Lists webhooks configured for a project.

## Query parameters

- `pagination[limit]` integer
- `pagination[offset]` integer

## Response `200`

OK

- ProjectWebhookModel[]
  - `id` integer — Unique identifier for the object
  - `url` string — The URL that BeyondWords will send webhook notifications to. This URL must be served over HTTPS
  - `headers` object
  - `enabled` boolean — Whether or not the webhook is enabled or disabled Has the value true if enabled. The default is true.
  - `use_static_ip` boolean — Whether requests to URL should originate from a static IP address.
  - `created` string, date-time — Time at which the object was created (ISO 8601)
  - `updated` string, date-time — Time at which the object was updated (ISO 8601)

## Other responses

- `401` — Invalid authentication token

---

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