latestOpenAPI 3.0.22026-08-106725.0 KB

ea45e181b01b

API Comercial

Relatório de Consultas Realizadas

Recuperar informações sobre os chamadas de API realizadas. Esta API retorna as 10mil requisições mais recentes, excluindo consultas realizadas nos últimos 2 minutos.

get/account/calls/report

Response

Sucesso

statusstring

Example response

{
  "status": "OK",
  "calls": [
    {
      "start": "2022-01-05T14:09:27.563Z",
      "end": "2022-01-05T14:26:13.912Z",
      "token": "my-token",
      "cnpj": "11378117000120",
      "days": "10",
      "invalid": true,
      "from_external": true
    }
  ]
}