Skip to main content

Overview

Locations represent properties where you manage parking access. Each location can have its own settings, capacity, and vehicle whitelists.

Adding Locations

Create a new location in your company portfolio:

Listing Locations

Get All Accessible Locations

Retrieve all locations you have access to:

Filter Locations by Company

Filter locations to show only those belonging to a specific company:
Response:

Updating Locations

Update an existing location’s information using the API key:

Location Status

Single Location Status

Get status for a specific location:

Bulk Location Status

Get status across all accessible companies, or filter by a specific company using an optional companyId query parameter.
  • If companyId is provided, your API key must have access to that company; otherwise a 403 is returned.
  • If companyId is omitted, results are aggregated across all companies your API key can access.
Aggregated Response (no companyId):
Filtered Response (with companyId):

Location Fields

name
string
required
Location display name
slug
string
required
URL-friendly identifier (lowercase letters, numbers, hyphens only)
address
string
required
Physical address
city
string
City name
country
string
Country name
coordinates
object
GPS coordinates with lat and lng properties