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

# Retrieve a webhook

`GET /v2/webhooks/{webhook_id}`

Retrieve a webhook endpoint to pull for the webhook status.

## Path parameters

- `webhook_id` string, required

## Response `200`

OK.

- WebhookResponse
  - `createdAt` unknown
  - `id` string
  - `secret` string
  - `status` unknown
  - `lastUpdatedAt` unknown
  - `url` string, url

## Other responses

- `400` — Bad Request.
- `403` — Forbidden - Wrong API key.
- `404` — Webhook ID doesn't exist.
- `default` — Unexpected Server error.

---

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