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
string
Filter reservations by charging station ID.
string
Filter reservations by driver ID.
integer
Maximum number of objects to return (default 10).
string
Page token from a previous list response.
string
Filter reservations by status.Available options:
pending, confirmed, completed, cancelled, failed, expiredstring
Filter reservations by vehicle ID.
Returns
Returns a page of reservations.array of object
required
Array of reservation objects.
string | null
required
URL for the next page of results, or
null when there is no next page.string | null
required
URL for the previous page of results, or
null when there is no previous page.
