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

## Changes

> 50 revisions in range; 1 not diffed.

- **2024-10-02** `ebf092536903` — 1 info
  - added the optional property `signatureSecret` to the response with the `200` status
- **2024-04-16** `ec2b79bfdc8d` — 1 info
  - added the non-success response with the status `429`
- **2022-04-28** `f9532dd3578c` — 2 info
  - the endpoint scheme security `apiKey` was added to the API
  - the endpoint scheme security `bearerAuth` was removed from the API
- **2022-02-07** `2a4d90a64f88` — 4 warning, 9 info
  - the optional response header `X-RateLimit-Limit` removed for the status `200`
  - the optional response header `X-RateLimit-Remaining` removed for the status `200`
  - the optional response header `X-RateLimit-Retry-After` removed for the status `200`
  - removed the optional property `signatureSecret` from the response with the `200` status
  - …9 more

[Change history](https://skmtc.dev/apivideo/apis/api-video/changes/webhooks/:webhookId/get.md)

---

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