---
title: "List outbound webhooks for an organization"
method: GET
path: "/outbound-webhooks/organizations/{organizationId}/webhooks"
tags: ["Outbound Webhooks"]
---

# List outbound webhooks for an organization

`GET /outbound-webhooks/organizations/{organizationId}/webhooks`

Returns the outbound webhook subscriptions belonging to the given organization. Endpoint is proxy for the Outbound Webhooks service. Full schema documentation is available at https://github.com/integromat/outbound-webhooks/blob/master/openapi/openapi.json

## Path parameters

- `organizationId` integer, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful response.

## Other responses

- `400` — Invalid query parameters.
- `403` — Caller lacks permission on the organization.
- `500` — Downstream error.

---

[API](https://skmtc.net/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.net/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/make/web-api-v2-public/versions/531769e6f813/schema)
