---
title: "Webhook Retry"
method: POST
path: "/service/notifications/webhook/{webhook_history_uid}/retry"
---

# Webhook Retry

`POST /service/notifications/webhook/{webhook_history_uid}/retry`

## Path parameters

- `webhook_history_uid` string, required

## Headers

- `x-api-key` string

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `data` object
    - `webhook_history_uid` string
    - `ip` string
    - `response_status` integer
    - `request_body` string
    - `response_body` string
    - `type` string
    - `attempt_no` integer
    - `created_at` string
    - `webhook` object
      - `webhook_uid` string
      - `webhook_name` string
      - `webhook_module` unknown
      - `webhook_url` string
      - `webhook_event` string
      - `content_type` string
      - `request_method` string
      - `headers` string

## Other responses

- `400` — 400

---

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