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

# List your webhook endpoints

`GET /webhooks`

Returns a list of your webhook endpoints. They are returned in sorted (by epoch) order (default is newest first).

## Response `200`

Successfully retrieved your webhook endpoints

- WebhookEndpointsResponse
  - `items` WebhookEndpoint[]
    - `id` string — The unique Id for the webhook endpoint
    - `active` boolean — Whether the endpoint is actively receiving events or not
    - `url` string — The URL of the webhook endpoint
    - `eventTypes` EventType[] — The event types the endpoint is receiving
    - `createdTimestamp` integer — The epoch timestamp (seconds) when the webhook endpoint was created
    - `lastUpdatedTimestamp` integer — The epoch timestamp (seconds) when the webhook endpoint was last updated

## Other responses

- `400` — One or more inputs are invalid
- `500` — An unexpected error occurred when executing this request

---

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