Fale Whatsapp
API (v1.0)
Emitente
Comunicação
GET

Responses - HTTP Code 200

{
    "sucesso": true,
    "codigo": 200,
    "mensagem": "Sucesso.",
    "emitente": {
        "status": 'ATIVO',
        "nome": "EMPRESA DE TESTE",
        "razao": "EMPRESA DE TESTE",
        "cnpj": "11285089000185",
        "cpf": "",
        "cnae": "1234567",
        "crt": 1,
        "ie": "19826478626465",
        "im": "45",
        "suframa": "",
        "csc": "",
        "cscid": "000001",
        "tar": "",
        "telefone": "4499764041",
        "email": "teste@gmail.com",
        "uf": "PR",
        "municipio": "MARINGA",
        "cmun": 4108809,
        "bairro": "Centro",
        "rua": "AV CEL OTAVIO TOSTA",
        "numero": "123",
        "complemento": "SALA",
        "cep": "85980000",
        "webhook": "",
        "token": "eyJ0eXAiOiJKV1QiLCJhbGc", // JWT
        "validade_certificado": "2022-10-05 13:00:01",
        "plano": null,
        "deleted_at": null,
        "documentos": {
            "nfe": 1,
            "nfce": 1,
            "cte": 1,
            "cteos": 1,
            "mdfe": 1,
            "bpe": 1,
            "nfse": 1,
            "gnre": 1,
            "dfe_nfe": 0,
            "dfe_nfse": 0,
            "dfe_cte": 0
        }
    }
}

{
    "sucesso": false,
    "codigo": CODIGO,
    "mensagem": MENSAGEM
}