---
title: "Consulta CNH Pontuação"
method: POST
path: "/cnhpontuacao"
tags: ["CNH Pontuação"]
---

# Consulta CNH Pontuação

`POST /cnhpontuacao`

## Request body

- object
  - `Consulta` object
    - `IdConsulta` string, required
    - `CpfCnpj` string, required

## Response `200`

Resposta da consulta.
- Código 1: Sucesso.
- Código 2: Documento não possui CNH - Retorna Documento, Nome, Data de Nascimento e Nome da Mãe.
- Código 3: Erro na consulta.

- object
  - `CONSULTA` object
    - `CODIGORESPOSTA` string
    - `DATAHORA` string
    - `LOGON` string
    - `IDCONSULTA` string
  - `RESPOSTA` object
    - `CODIGO` string
    - `CNHPONTUACAO` object
      - `CPF` string
      - `NUMEROFORMULARIORENACH` string
      - `CNH` string
      - `NOME` string
      - `DATANASCIMENTO` string
      - `NOMEMAE` string
      - `NOMEPAI` string
      - `CATEGORIAATUAL` string
      - `SITUACAO` string
      - `DATAVALIDADECNH` string
      - `DATAULTIMAEMISSAO` string
      - `UFHABILITACAOATUAL` string
      - `DATAPRIMEIRAHABILITACAO` string
      - `UFPRIMEIRAHABILITACAO` string
      - `BLOQUEIOS` object
      - `EXAMES` object
      - `CURSOS` object
      - `HISTORICO_PONTUACOES` object
      - `PONTUACAO_12_MESES` object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/credify/apis/credify-api-auth.md) · [All operations](https://skmtc.net/credify/apis/credify-api-auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credify/credify-api-auth/revisions/c8c11484ec88/schema)
