Drivers
Retrieve a driver
Fetches a Driver object by its unique ID. Use this endpoint to obtain contact details, preferences, vehicle links, and wallet balance for a specific driver.
GET
Path Parameters
ID of the driver to retrieve.
Query Parameters
Specifies related objects to expand in the response (e.g., expand[]=vehicles
).
Body
application/json · object
Response
200
application/json
Returns the Driver object for a valid identifier. Raises an error otherwise..