GET
/v2/driver/{driver_id} Get Driver by ID
Returns profile information for a single driver.
Path parameters
| Parameter | Type | Description | |
|---|---|---|---|
driver_id | UUID | required | The driver's unique identifier |
Response fields
| Field | Type | Description |
|---|---|---|
driver_id | UUID | Unique driver identifier |
username | string | Driver's login username |
first_name | string | First name |
last_name | string | Last name |
active | boolean | Whether the driver is currently active |