---
title: "Retry webhook endpoint event"
method: POST
path: "/v1/webhook_endpoints/{webhookId}/events/{eventId}/retry"
---

# Retry webhook endpoint event

`POST /v1/webhook_endpoints/{webhookId}/events/{eventId}/retry`

## Path parameters

- `webhookId` string, required
- `eventId` string, required

## Response `200`

OK

- BpModelsWebhookEvent
  - `id` string
  - `ownerId` string
  - `occurredAt` string, date-time
  - `webhookEndpointId` string
  - `eventType` string
  - `eventData` integer[]
  - `responseBody` string
  - `responseStatusCode` integer
  - `attempts` integer
  - `lastError` string
  - `lastAttemptAt` string

---

[API](https://skmtc.net/due/apis/accounts-api.md) · [All operations](https://skmtc.net/due/apis/accounts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/due/accounts-api/versions/26eaea5b64df/schema)
