v1
latestOpenAPI 3.0.12026-07-245303882.5 MBReenvio de webhooks pendentes
put/webhook/replay/{entity}
Path parameters
entitystring required
Identificador do Evento do Webhook existente.
Query parameters
DateFromstring required
Data inicial.
DateTostring required
Data final.
OnlyPendingboolean
Esta com envio pendente ou nao.
webhookIdstring
Identificador único do webhook
Request body
Response
200
Example response
{
"version": "1.0.0",
"status": "SUCCESS",
"body": {
"onlyPending": true,
"entity": "string",
"dateFrom": "2023-11-16T15:23:07.313Z",
"dateTo": "2023-11-16T15:23:07.313Z",
"webhookDetails": [
{
"webhookId": "fd744c5a-9dc5-4127-92b1-0856bcc97abb",
"httpStatusCode": 200,
"webhookUrl": "https://yourownurl.com.br/payment-out",
"request": "string",
"response": "string",
"status": "SUCCESS",
"createDate": "2023-11-03T06:30:00-03:00",
"lastUpdateDate": "2023-11-03T06:30:00-03:00",
"filter": {
"documentNumber": "76217683555",
"account": "30053913781863",
"id": "13412341234",
"clientRequestId": "f3d1e8e9-48fa-46d8-9ea5-4c859e56b1e8"
}
}
]
}
}