---
title: "Get Webhook"
method: GET
path: "/v1/webhooks/{id}"
tags: ["Webhook Subscriptions"]
---

# Get Webhook

`GET /v1/webhooks/{id}`

Get details of a webhook

## Path parameters

- `id` string, required

## Response `200`

Success

- WebhookSubscription — A webhook subscription. When events of the specified event types occur, they will be sent to the given URL. If the subscription applies to a webhook group, then only events that apply to the members of that group will be sent. If it does not apply to any group, then only events that don't apply to any specific group will be sent. Webhook groups are only available for partners.
  - `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)
