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

# Webhook

`GET /webhooks/{webhookId}`

Get a webhook. Requires the [`webhooks_read`](/docs/api-reference/scopes) scope.

## Path parameters

- `webhookId` string, required

## Response `200`

Success

- object
  - `webhook` WebhookReadSchema, required — Webhook read.
    - `callback` HttpsCallbackSchema, required — HTTPS callback
      - `auth` object, nullable, required — Authorization.
        - `bearer` object — Bearer
          - `token` string, password — Token for Bearer authorization.
      - `url` string, uri, required — HTTPS callback URL.
    - `createdAt` string, date-time, required — Time created.
    - `externalId` string, nullable — Optional external identifier.
    - `id` string — Webhook ID.
    - `kind` 'redo' | 'loop' — Webhook kind.
    - `topic` 'return', required — Webhook topic.
    - `updatedAt` string, date-time, required — Last time updated.

---

[API](https://skmtc.dev/redoapp/apis/redo-api.md) · [All operations](https://skmtc.dev/redoapp/apis/redo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redoapp/redo-api/revisions/119714540a45/schema)
