---
title: "List developer webhook endpoints."
method: GET
path: "/webhook-endpoints"
---

# List developer webhook endpoints.

`GET /webhook-endpoints`

## Query parameters

- `limit` integer
- `cursor` string

## Headers

- `Oximy-Version` '2026-06-29'

## Response `200`

Webhook endpoint list.

- object
  - `object` 'list', required
  - `request_id` string, required
  - `as_of` string, date-time, required
  - `data` WebhookEndpoint[], required
    - `id` string, required
    - `object` 'webhook_endpoint', required
    - `name` string, required
    - `url` string, required
    - `event_types` string[], required
    - `secret_prefix` string, required
    - `secret` string
    - `is_revoked` boolean, required
    - `last_delivery_at` string, date-time, nullable
    - `last_delivery_status` string, nullable
    - `last_delivery_error` string, nullable
    - `created_at` string, date-time, required
    - `revoked_at` string, date-time, nullable
    - `sources` string[], required
  - `has_more` boolean, required
  - `next_cursor` string, nullable, required

## Other responses

- `304` — Not modified. Conditional GET responses do not consume rate-limit quota.
- `400` — Invalid parameters.
- `401` — Missing or invalid API key.
- `403` — The API key does not have the required scope.
- `404` — The requested resource was not found in the calling key's workspace scope.
- `409` — Conflict or idempotency replay conflict.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

---

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