---
title: "Get a Webhook Delivery"
method: GET
path: "/webhook_deliveries/{id}"
tags: ["Webhooks"]
---

# Get a Webhook Delivery

`GET /webhook_deliveries/{id}`

Get a single webhook delivery by ID.

## Path parameters

- `id` string, UUID, required

## Response `200`

OK

- GetAWebhookDeliveryResponse
  - `data` object, required
    - `id` string, uuid — The Webhook Delivery ID
    - `webhook_id` string, uuid — The Webhook ID
    - `state` 'pending' | 'completed' | 'retrying' | 'failed' — The state of the webhook delivery.
    - `payload` object — Could be anything
    - `created_at` string, date-time — When the webhook delivery was created

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/zeptopayments/apis/zepto-api.md) · [All operations](https://skmtc.net/zeptopayments/apis/zepto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeptopayments/zepto-api/revisions/6353e9b9af6f/schema)
