Infopago API Documentation
curl --location --request GET 'https://infopago.apidog.io//webhook'{
"parametros": {
"inicio": "2020-04-01T00:00:00Z",
"fim": "2020-04-01T23:59:59Z",
"paginacao": {
"paginaAtual": 0,
"itensPorPagina": 100,
"quantidadeDePaginas": 1,
"quantidadeTotalDeItens": 1
}
},
"webhooks": [
{
"allOf": [
{
"$ref": "#/components/examples/webhookResponse1/value"
}
]
}
]
}