---
title: "Retrieve Webhook details"
method: GET
path: "/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Retrieve Webhook details

`GET /webhooks/{webhookId}`

Retrieve webhook details by id.

## Path parameters

- `webhookId` string, required

## Response `200`

Success

- Webhook
  - `webhookId` string — A unique identifier of the webhook you subscribed to.
  - `createdAt` string, date-time — The time and date when you created this webhook subscription, in ATOM UTC format.
  - `events` string[] — A list of events that you subscribed to. When these events occur, the API triggers a webhook call to the URL you provided.
  - `url` string — The URL where the API sends the webhook.
  - `signatureSecret` string — A secret key for the webhook you subscribed to. You can use it to verify the origin of the webhook call that you receive.

## Other responses

- `429` — Too Many Requests

---

[API](https://skmtc.net/apivideo/apis/api-video.md) · [All operations](https://skmtc.net/apivideo/apis/api-video/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apivideo/api-video/versions/45ec26f342b6/schema)
