---
title: "Redisparar webhook"
method: POST
path: "/v1/marketplace/hooks/resend"
tags: ["Gerenciamento de webhooks"]
---

# Redisparar webhook

`POST /v1/marketplace/hooks/resend`

## Headers

- `integration-key` string, required
- `x-token` string, required
- `establishment_id` string

## Request body

- ResendWebhookDto
  - `event` 'new-sub-transaction' | 'updated-sub-transaction' | 'new-sub-checkout' | 'updated-sub-checkout' | 'new-zoop-transaction' | 'updated-zoop-transaction' | 'new-pagseguro-transaction' | 'updated-pagseguro-transaction' | 'new-establishment' | 'updated-establishment-status' | 'updated-establishment-data' | 'new-billet' | 'updated-billet-status' | 'updated-establishment-gateway' | 'new-sub-split' | 'canceled-sub-split' | 'new-transfer-ted-out' | 'updated-transfer-ted-out' | 'new-transfer-ted-in' | 'new-transfer-pix-out' | 'updated-transfer-pix-out' | 'new-transfer-pix-in' | 'new-transfer-p2p-in' | 'new-transfer-p2p-out' | 'updated-transfer-p2p-out' | 'new-payment-billet' | 'updated-payment-billet' | 'updated-export-file', required — Evento de webhook a ser reenviado.
  - `id` union — ID da entidade relacionada ao evento, se aplicável.
    - string
    - number

## Response `200`

- WebhookResendResponse
  - `message` string, required

---

[API](https://skmtc.net/paytime/apis/api-p-blica.md) · [All operations](https://skmtc.net/paytime/apis/api-p-blica/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paytime/api-p-blica/revisions/5c818991d183/schema)
