---
title: "Get all Webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks Resource"]
---

# Get all Webhooks

`GET /webhooks`

## Response `200`

OK

- GetWebhooksResultData
  - `webhooks` GetWebhookResultData[]
    - `id` string
    - `uri` string
    - `isPrimary` boolean
    - `createdOnUtc` string, date-time
    - `lastUpdatedOnUtc` string, date-time
    - `lastEvent` PushedEventResultData
      - `pushedOnUtc` string, date-time
      - `eventType` string
      - `status` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — Not Found

---

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