---
title: "Retrieve a webhook endpoint"
method: GET
path: "/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Retrieve a webhook endpoint

`GET /webhooks/{webhookId}`

This is used to fetch a webhook by its unique Id

## Path parameters

- `webhookId` string, required

## Response `200`

Webhook endpoint successfully retrieved

- 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

- `404` — The given resource could not be found
- `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)
