v1

latestOpenAPI 3.0.12026-07-245303882.5 MB

Consultar quantidade de webhooks enviados.

get/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. false

webhookIdstring
documentNumberstring
accountstring
idstring
clientRequestIdstring

Request body

{"stackTrail":"paths:/webhook/replay/{entity}:get:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}

Response

200

versionstring
statusstring

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"
  }
}