---
title: "List webhook subscriptions"
method: GET
path: "/v1/webhook_subscriptions"
tags: ["Webhooks"]
---

# List webhook subscriptions

`GET /v1/webhook_subscriptions`

Returns all webhook subscriptions associated with the provided Partner API token.

📘 System Access Authentication

This endpoint uses the [Bearer Auth scheme with the system-level access token in the HTTP Authorization header](https://docs.gusto.com/embedded-payroll/docs/system-access)

scope: `webhook_subscriptions:read`

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

successful

- WebhookSubscription[]
  - `uuid` string, required — The UUID of the webhook subscription.
  - `url` string — The webhook subscriber URL. Updates will be POSTed to this URL.
  - `status` 'pending' | 'verified' | 'removed' | 'unreachable' — The status of the webhook subscription.
  - `subscription_types` string[] — Receive updates for these types.

---

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