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
- 200
- 401
- 403
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
Internal server error.