CNPJ API
ReferenceR F B

Listar créditos ativos agregados

A credencial fica somente na memória desta página.
GET/v1/rfb/creditos-ativos

Autenticação

APIKeyHeader
X-API-Key<token>

Chave pública fornecida ao cliente

In: header

Parâmetros de consulta

uf?|null
ano_mes?|

Competência no formato AAAAMM.

limite?Limite
Range1 <= value <= 100
Default20
offset?Offset
Range0 <= value
Default0

Corpo da resposta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/rfb/creditos-ativos"
{  "fonte": {    "status": "string",    "versao": "string"  },  "itens": [    {      "ano_mes": "string",      "cnae_secao_cod": "string",      "cnae_secao_descr": "string",      "grupo_tributo": "string",      "natureza_juridica": "string",      "situacao": "string",      "tipo_contribuinte": "string",      "uf": "string",      "valor_total": "string"    }  ],  "paginacao": {    "limite": 1,    "offset": 0,    "total": 0  }}
{  "detail": "string"}
{  "detail": "string"}
{  "detail": [    {      "ctx": {},      "input": null,      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}
{  "detail": "string"}
{  "detail": "string"}