v1
latestOpenAPI 3.0.12026-07-245303882.5 MBConsultar quantidade de webhooks enviados.
get/webhook/replay/{context}/{entity}
Path parameters
entitystring required
Identificador do Evento do Webhook existente.
contextstring required
Identificador do produto relacionado ao Webhook (deverá ser REDE,CORP,PIX,BAAS,PAGAMENTOS,ONBOARDING)
Query parameters
dateFromstring required
Data inicial.
dateTostring required
Data final.
onlyPendingboolean
Esta com envio pendente ou nao. false
webhookIdstring
Request body
{"stackTrail":"paths:/webhook/replay/{context}/{entity}: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-14T21:34:44.823Z",
"dateTo": "2023-11-14T21:34:44.823Z"
}
}