AirGarage API

The AirGarage API lets you interact with AirGarage parking spots: find spots in a region, create rentals on behalf of drivers, and manage those rentals over their lifetime.

Base URL

All endpoints are served from https://api.airgarage.com.

Authentication

Contact api@airgarage.com for an access token. Every request needs your token in the X-Api-Key header:

Auth headerhttp
X-Api-Key: ZgREn6M4.TquRhU8SkjnOg07whtdie3mY9ri4PQeq

Quick start

Your first requestbash
curl https://api.airgarage.com/spots \
  -H "X-Api-Key: YOUR_API_KEY"

APIs