Driver

Get a driver

Fetches a single driver by its ID, scoped to the authenticated company. Returns 404 if no driver with that ID exists in your company or if it has been soft-deleted.

Which contact fields are populated depends on the company's compliance type: METRC drivers carry phone_number and occupational_license_number (and leave birth_date, email, us_state, hire_date null), while BIOTRACK drivers carry birth_date, email, us_state and hire_date (and leave phone_number and occupational_license_number null).

Required permission: settings_permissions_drivers.

get/public/v1/drivers/{id}

Path parameters

idstring required

ID of the driver to fetch, as returned by the list and upsert endpoints.

Response

A single driver

Changes

No recorded changes to this endpoint across all 1 revision of this API.