---
title: "List Webhook Endpoints"
method: GET
path: "/events/v2/webhook-endpoints"
tags: ["Events v2.Webhook", "REGION.US"]
---

# List Webhook Endpoints

`GET /events/v2/webhook-endpoints`

Returns a list of Webhook Endpoints.

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

A successful response.

- TinkWebhookApiV2ListWebhookEndpointResponse
  - `nextPageToken` string — Token to retrieve the next page of results, or empty if there are no more results in the list.
  - `webhookEndpoints` TinkWebhookApiV2WebhookEndpoint[] — There will be a maximum number of items returned based on the page_size field int the request.
    - `createdAt` string, date-time, required — Time at which the webhook was stored specified as a ISO-8601 date and time string in UTC (e.g. 2020-12-15T09:25:12Z) or with time zone offset (e.g. 2020-12-15T10:25:12+01:00).
    - `description` string — An optional description of what the webhook is used for.
    - `disabled` boolean, required — Marks whether the webhook is disabled. Defaults to false.
    - `enabledEvents` string[], required — The list of events to enable for this endpoint.
    - `id` string, required — A Tink unique identifier for the webhook endpoint.
    - `secret` string
    - `updatedAt` string, date-time, required — Time at which the webhook was updated specified as a ISO-8601 date and time string in UTC (e.g. 2020-12-15T09:25:12Z) or with time zone offset (e.g. 2020-12-15T10:25:12+01:00).
    - `url` string, required

## Other responses

- `401` — Authorization token is missing, or not valid
- `403` — You are not allowed to access the requested resource
- `default` — An unexpected error response.

---

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