---
title: "GET /v0/organizations/{organization-id}/webhooks"
method: GET
path: "/v0/organizations/{organization-id}/webhooks"
tags: ["Webhooks"]
---

# GET /v0/organizations/{organization-id}/webhooks

`GET /v0/organizations/{organization-id}/webhooks`

Get all webhooks for the organization

## Path parameters

- `organization-id` string, required

## Response `200`

OK

- object
  - `organization-webhooks` object[], required
    - `webhook-description` string — A description of the webhook
    - `updated-at` string, date-time — ISO 8601 formatted date-time.
    - `activate-webhook-url` string, required — Activate a webhook
    - `deactivate-webhook-url` string, required — Deactivate a webhook
    - `created-at` string, date-time, required — ISO 8601 formatted date-time.
    - `webhook-state` 'inactive' | 'active', required — The state of the webhook.
    - `created-by` string — Link to the user.
    - `organization-url` string, required — Link to the [organization](#tag/Organizations).
    - `test-webhook-url` string, required — Test a webhook
    - `webhook-url` string, required — Link to the [webhook](#tag/Webhooks).
    - `webhook-destination-url` string, required — The callback URL of the webhook (HTTPS on port 443, public IP only)

## Other responses

- `400` — Bad Request
- `401` — Requires an API key to continue

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/versions/178ed43d543b/schema)
