---
title: "List all webhook endpoints"
method: GET
path: "/webhook_endpoints"
tags: ["webhook_endpoints"]
---

# List all webhook endpoints

`GET /webhook_endpoints`

This endpoint is used to list all webhook endpoints.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

WebhookEndpoints

- WebhookEndpointsPaginated
  - `webhook_endpoints` WebhookEndpointObject[], required
    - `lago_id` string, uuid, required — Unique identifier assigned to the wallet within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the webhook endpoint's record within the Lago system.
    - `lago_organization_id` string, uuid, required — Unique identifier assigned to the organization attached to the webhook endpoint within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the organization's record within the Lago system.
    - `webhook_url` string, required — The URL of the webhook endpoint.
    - `signature_algo` 'jwt' | 'hmac' — The signature algo for the webhook.
    - `name` string, nullable — The name of the webhook.
    - `event_types` string[], nullable — A list of event types that will trigger the webhook. Passing null means that all event types will be sent.
    - `created_at` string, date-time, required — The date of the webhook endpoint creation, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC).
  - `meta` PaginationMeta, required
    - `current_page` integer, required — Current page.
    - `next_page` integer, nullable — Next page.
    - `prev_page` integer, nullable — Previous page.
    - `total_pages` integer, required — Total number of pages.
    - `total_count` integer, required — Total number of records.

## Other responses

- `401` — Unauthorized error

---

[API](https://skmtc.dev/getlago/apis/lago-api-documentation.md) · [All operations](https://skmtc.dev/getlago/apis/lago-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getlago/lago-api-documentation/revisions/6e969ef3bb45/schema)
