---
title: "List Webhooks"
method: GET
path: "/v1/webhooks"
tags: ["Webhook Subscriptions"]
---

# List Webhooks

`GET /v1/webhooks`

List the webhooks you have registered

## Query parameters

- `cursor` string, nullable
- `limit` integer, nullable

## Response `200`

Success

- PageWebhookSubscription
  - `next_cursor` string, nullable
  - `items` WebhookSubscription[], required
    - `id` string, required — ID of the webhook subscription.
    - `group_id` string, nullable — ID of the webhook group to which this subscription applies, if any.
    - `url` string, required — The URL to which webhook events will be sent. Must be a valid HTTPS URL.
    - `event_types` WebhookEventType[], required — List of event types that this webhook subscription listens to.
    - `status` 'ACTIVE' | 'INACTIVE', required — The status of this webhook subscription.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/brex-com/apis/webhooks-api.md) · [All operations](https://skmtc.net/brex-com/apis/webhooks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brex-com/webhooks-api/revisions/bc197ebb855c/schema)
