Skip to main content
GET
List Availabilities

Overview

This endpoint retrieves a list of parking spot availability windows with optional filtering capabilities.

Authentication

Query Parameters

spot_id
string
Filter availabilities by specific parking spot ID
owner_id
string
Filter availabilities by spot owner ID
start_date
string
Filter availabilities starting from this date (ISO 8601)
end_date
string
Filter availabilities ending before this date (ISO 8601)
limit
number
default:"50"
Maximum number of availabilities to return
offset
number
default:"0"
Number of availabilities to skip for pagination

Response

availabilities
array
required
Array of availability objects
total
number
required
Total number of availabilities matching the filters

Example Request

Example Response