---
title: "Get driver by Track-POD unique identifier"
method: GET
path: "/Driver/Id/{id}"
tags: ["Driver"]
---

# Get driver by Track-POD unique identifier

`GET /Driver/Id/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

A driver

- Driver
  - `Id` string, uuid — Track-POD unique identifier
  - `Number` integer — Sequence number
  - `Name` string, nullable — Name
  - `Vehicle` string, nullable — Vehicle number
  - `Phone` string, nullable — Phone
  - `Username` string, nullable — Username
  - `DepotId` string, nullable — Unique identifier in user accounting system
  - `Depot` string, nullable — Depot address
  - `HomeAddress` string, nullable — Home address
  - `Zone` string, nullable — Zone
  - `Active` boolean — Active flag
  - `Note` string, nullable — Note
  - `TeamCodes` string[], nullable — Team code

## Other responses

- `401` — Unauthorized. Invalid X-API-KEY in the request header
- `404` — Not found. Driver not found
- `429` — Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min
- `500` — Internal Server Error

---

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