v1
latestOpenAPI 3.0.12026-07-245303882.5 MBReenvio de webhooks pendentes
put/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.
webhookIdstring
Identificador único do webhook
Request body
{"stackTrail":"paths:/webhook/replay/{context}/{entity}:put: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"
}
}