Skip to main content

List Your Driver Custom Field Definitions

GET 

/settings/drivers/custom-fields

See every driver custom field configured for your account, with its name, data type, and whether a value is required. Custom fields let you track information Cartrack doesn't collect out of the box: a licence renewal reference, an internal driver grade, a compliance note, whatever your operation needs.

A definition here is shared across your whole fleet's drivers, not tied to one driver. To set the actual value for a specific driver, use PUT /drivers/{driver_id}/custom-fields, or the custom_field_values property on the driver endpoints.

Responses

Successful operation