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

# Show Webhook

`GET /api/webhooks/{webhook_id}`

Retrieve details about a specific webhook

## Response `200`

- object
  - `data` object
    - `id` string
    - `url` string
    - `events` string[]
    - `has_signing_secret` boolean
    - `enabled` boolean
    - `created_at` string
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

## Changes

- **2026-05-24** `93a6dfdeeb67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/changes/api/webhooks/:webhook_id/get.md)

---

[API](https://skmtc.dev/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/93a6dfdeeb67/schema)
