---
title: "Buscar pontos da CNH"
method: POST
path: "/cnh-points/"
tags: ["Pontos da CNH"]
---

# Buscar pontos da CNH

`POST /cnh-points/`

Busca os pontos da CNH do usuário

## Request body

- CNHPointsRequestDTO
  - `state` string, required — Estado
  - `phone` string, required — Telefone
  - `user_id` string, required — ID do usuário
  - `cpf` string, nullable — CPF
  - `cnh` string, nullable — CNH
  - `current_cnh_expire_date` string, nullable — Data de expiração da CNH
  - `first_cnh_release_date` string, nullable — Data da primeira habilitação
  - `birth_date` string, nullable — Data de nascimento

## Response `200`

Successful Response

- CNHPointsResponseDTO
  - `points` integer, nullable
  - `name` string, nullable
  - `updated_at` string, nullable
  - `origin` string, nullable
  - `points_search_id` string, nullable
  - `user_id` string, nullable
  - `store_id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usezapay/apis/zapi.md) · [All operations](https://skmtc.net/usezapay/apis/zapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usezapay/zapi/revisions/50c96157fff4/schema)
