---
title: "List webhooks"
method: GET
path: "/api/v2/webhooks"
tags: ["Webhooks"]
---

# List webhooks

`GET /api/v2/webhooks`

Retrieve all active webhooks for the authenticated workspace.

## Query parameters

- `limit` integer
- `starting_after` string, nullable

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- ListResponseWebhookResponse
  - `data` WebhookResponse[], required
    - `object` 'webhook' — Object type identifier.
    - `webhook_id` string, required — Unique webhook identifier.
    - `posting_id` string, required — ID of the posting this webhook is for.
    - `webhook_url` string, required — Destination URL for the webhook.
    - `event_type` string, required — Type of event that triggers the webhook.
    - `is_active` boolean, required — Whether the webhook is active.
    - `created_at` number, required — Unix timestamp when the webhook was created.
    - `updated_at` number, required — Unix timestamp when the webhook was last updated.
  - `pagination` PaginationMeta, required
    - `has_more` boolean, required — Whether more results exist beyond this page
    - `total_count` integer, nullable — Total number of results (if available)
    - `url` string, nullable — URL of this resource

## Other responses

- `401` — Invalid or missing API key.
- `404` — Resource not found.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

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