---
title: "Get Webhook by ID"
method: GET
path: "/webhooks/{webhookId}"
tags: ["Webhooks Resource"]
---

# Get Webhook by ID

`GET /webhooks/{webhookId}`

## Path parameters

- `webhookId` string, required

## Response `200`

OK

- 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)
