v1
latestOpenAPI 3.0.12026-07-245303882.5 MBConsultar detalhes dos webhooks enviados.
get/webhook/replay/{entity}/details
Path parameters
entitystring required
Identificador do Evento do Webhook existente.
Query parameters
DateFromstring required
Data inicial.
DateTostring required
Data final.
Pageinteger
Pagina de solicitaçao, default: 1.
Limitinteger
Limite geral da consulta. (Default value : 200)
LimitPerPageinteger
Total de webhooks por pagina.
webhookIdstring
documentNumberstring
accountstring
idstring
clientRequestIdstring
OnlyPendingboolean
Esta com envio pendente ou nao.
Request body
{"stackTrail":"paths:/webhook/replay/{entity}/details:get:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}
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"
}
}
]
}
}