---
title: "Get a Webhook"
method: GET
path: "/2024-09/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Get a Webhook

`GET /2024-09/webhooks/{webhook_id}`

Show a single webhook in your account.

Required authorization scope: `public.webhook:read`

## Path parameters

- `webhook_id` string, required

## Response `200`

returns webhook successfully

- WebhookSingle — Webhook details
  - `webhook` union
    - Webhook202301 — v2023_01 Webhook
      - `id` Id — unresolved $ref
      - `endpoint` Endpoint — unresolved $ref
      - `configuration` WebhookConfiguration, nullable
        - `credit_balance_low` object, nullable
          - `credit_balance_limit` number, nullable — Required only when event_types include `credit_balance_low`. The webhook would be triggered if the credit balance is lower than this limit. Please note that the webhook will only be triggered once a day and it will reset at 00:00 UTC.
      - `event_types` string[]
      - `version` '2023-01' — Webhook payload version. Refer to documentation for information regarding payload versioning.
      - `state` State — unresolved $ref
      - `secret_token` SecretToken — unresolved $ref
      - `updated_at` UpdatedAt — unresolved $ref
      - `created_at` CreatedAt — unresolved $ref
    - Webhook202409 — v2024_09 Webhook
      - `id` Id — unresolved $ref
      - `endpoint` Endpoint — unresolved $ref
      - `configuration` WebhookConfiguration, nullable
        - `credit_balance_low` object, nullable
          - `credit_balance_limit` number, nullable — Required only when event_types include `credit_balance_low`. The webhook would be triggered if the credit balance is lower than this limit. Please note that the webhook will only be triggered once a day and it will reset at 00:00 UTC.
      - `event_types` string[]
      - `version` '2024-09' — Webhook payload version. Refer to documentation for information regarding payload versioning.
      - `state` State — unresolved $ref
      - `secret_token` SecretToken — unresolved $ref
      - `updated_at` UpdatedAt — unresolved $ref
      - `created_at` CreatedAt — unresolved $ref
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/revisions/71d737a5fcbf/schema)
