Skip to main content

Get driver by ID

x-ms-visibility: "important"

Retrieve details of a single driver by their ID.

Path Parameters
    driverId int64 required

    ID of the driver to retrieve.

Responses

Details of the requested driver.


Schema
    id int64
    externalId string
    name string
    homeSiteId int64 nullable
    payerId int64 nullable
    homeSiteName string
    tags object[]
  • Array [
  • id int64
    idTag string
    expiringDate date-time
    startDate date-time nullable
    lastUpdated date-time nullable
    tokenName string
    invoicable boolean nullable
    driverId int64
  • ]
Loading...