Reservations
List Reservations
Returns a paginated list of reservation objects. Results are sorted by creation date, with the most recent reservations first. You can filter by
status, driver, vehicle, or charging_station.
Parameters
Filter reservations by charging station ID.
Filter reservations by driver ID.
Maximum number of objects to return (default 10).
Page token from a previous list response.
Filter reservations by status.Available options:
pending, confirmed, completed, cancelled, failed, expiredFilter reservations by vehicle ID.
Returns
Returns a page of reservations.Array of reservation objects.
URL for the next page of results, or
null when there is no next page.URL for the previous page of results, or
null when there is no previous page.
