---
title: "Retrigger Webhooks"
method: POST
path: "/webhooks/Retrigger"
tags: ["Webhooks Resource"]
---

# Retrigger Webhooks

`POST /webhooks/Retrigger`

## Request body

- RetriggerWebhooksRequestData
  - `dateTimeFrom` string, date-time, required
  - `dateTimeTo` string, date-time, required

## Response `200`

OK

- GetWebhooksResultData
  - `webhooks` GetWebhookResultData[]
    - `id` string
    - `uri` string
    - `isPrimary` boolean
    - `createdOnUtc` string, date-time
    - `lastUpdatedOnUtc` string, date-time
    - `lastEvent` PushedEventResultData
      - `pushedOnUtc` string, date-time
      - `eventType` string
      - `status` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

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