Available Time for Drivers
List available time for the driver. This endpoint provides live access to the driver’s available time. Different than most endpoints, this endpoint calls the provider’s API in real time to get the latest available time for the driver. This endpoint is useful for building real time applications that need to know the driver’s available time.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The token returned when a user authenticated their account. This authorizes access to a specific account.
Query Parameters
Pagination cursor to start requests from
The maximum number of results to return in a page.
Comma separated list of driver IDs to filter for
Expand resources in the returned response
driver
Include raw responses used to normalize model. Used for debugging or accessing unique properties that are not unified.
Response
Cursor used for pagination.