Endpoint to retrieve availability data from

Securityapi_key
Request
query Parameters
provider_id
required
string
max_lat
required
string
max_long
required
string
min_lat
required
string
min_long
required
string
Responses
200

Success

400

The Input from the user was malformed

401

Authorization value is missing for the header or the credentials provided are incorrect

403

The account specified does not have the required role(s) to access the resource

404

Attempting to access invalid routes

500

An error occurred on the server. The response body includes details of the specific error

get/availability
Request samples
Response samples
application/json
{
  • "uuid": "8800b4b4-4ea6-11ea-91fd-302303742060",
  • "spaces": [
    • {
      • "location": {
        • "lat": 31.755325,
        • "lon": -106.487996
        },
      • "is_active": true
      }
    ],
  • "streets": [
    • {
      • "state": "Parking Allowed",
      • "vector": [
        • {
          • "location": {
            • "lat": 31.755325,
            • "lon": -106.487996
            }
          }
        ],
      • "occupancy": 81
      }
    ],
  • "polygons": [
    • {
      • "map": [
        • {
          • "location": {
            • "lat": 31.755325,
            • "lon": -106.487996
            }
          }
        ],
      • "occupancy": 81
      }
    ],
  • "zones": [
    • {
      • "internal_zone_code": "1234-5678",
      • "occupancy": 81
      }
    ],
  • "error": "AV-1001"
}