---
title: "List webhook endpoints"
method: GET
path: "/v1/webhooks"
tags: ["Webhooks"]
---

# List webhook endpoints

`GET /v1/webhooks`

Get all configured webhook endpoints for the authenticated user.
**Requires the Scale plan.**

## Response `200`

List of webhook endpoints

- WebhookListResponse
  - `success` boolean
  - `webhooks` Webhook[]
    - `id` string
    - `url` string, uri
    - `events` string[]
    - `secret` string — HMAC signing secret for verification
    - `active` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `last_delivery` object
      - `attempted_at` string, date-time
      - `status` 'success' | 'failed' | 'pending'
      - `response_code` integer
  - `meta` PaginationMeta
    - `current_page` integer
    - `per_page` integer
    - `total_pages` integer
    - `total_count` integer
    - `next_page` integer, nullable
    - `prev_page` integer, nullable

## Other responses

- `403` — Insufficient plan - Scale required
- `500` — Unexpected server error. Retry transient failures with bounded backoff and retain the request ID when contacting support.

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/versions/5a5ce424cacc/schema)
