---
title: "Detalhar motoristas"
method: GET
path: "/api/v1/drivers/{id}"
---

# Detalhar motoristas

`GET /api/v1/drivers/{id}`

## Path parameters

- `ID` integer, required

## Response `200`

200

- object
  - `id` integer
  - `name` string
  - `email` string
  - `document` string
  - `created_at` string
  - `updated_at` string
  - `phone` string
  - `contact_phone` string
  - `collect_address` string
  - `collect_zipcode` string
  - `collect_number` string
  - `collect_neighborhood` string
  - `collect_city` string
  - `collect_state` string
  - `collect_extra` string
  - `collect_reference` string
  - `car_type` string
  - `board` string
  - `type_key` string
  - `pix_key` string
  - `carrier_name` string
  - `blocked` boolean

## Other responses

- `404` — 404
- `500` — 500

---

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