---
title: "Resend event notification"
method: POST
path: "/v1/notifications/webhooks-events/{event_id}/resend"
tags: ["webhooks-events"]
---

# Resend event notification

`POST /v1/notifications/webhooks-events/{event_id}/resend`

Resends a webhook event notification, by ID. Any pending notifications are not resent.

## Path parameters

- `event_id` string, required

## Request body

- EventResend — Resends a webhook event notification, by ID.
  - `webhook_ids` WebhookIds[] — An array of webhook account IDs.

## Response `202`

A successful request returns the HTTP `202 Accepted` status code and a JSON response body that shows webhook event notification details.

- Event — A webhook event notification.
  - `id` string — The ID of the webhook event notification.
  - `create_time` string, date-time — The date and time when the webhook event notification was created, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6).
  - `resource_type` string — The name of the resource related to the webhook notification event.
  - `event_version` string — The event version in the webhook notification.
  - `event_type` string — The event that triggered the webhook event notification.
  - `summary` string — A summary description for the event notification.
  - `resource_version` string — The resource version in the webhook notification.
  - `resource` Resource — The resource that triggered the webhook event notification.
  - `links` LinkDescription[] — An array of request-related [HATEOAS links](/docs/api/reference/api-responses/#hateoas-links).
    - `href` string, required — The complete target URL. To make the related call, combine the method with this [URI Template-formatted](https://tools.ietf.org/html/rfc6570) link. For pre-processing, include the `$`, `(`, and `)` characters. The `href` is the key HATEOAS component that links a completed call with a subsequent call.
    - `rel` string, required — The [link relation type](https://tools.ietf.org/html/rfc5988#section-4), which serves as an ID for a link that unambiguously describes the semantics of the link. See [Link Relations](https://www.iana.org/assignments/link-relations/link-relations.xhtml).
    - `method` 'GET' | 'POST' | 'PUT' | 'DELETE' | 'HEAD' | 'CONNECT' | 'OPTIONS' | 'PATCH' — The HTTP method required to make the related call.

## Other responses

- `default` — The error response.

---

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