AirGarage API Docs
  • AirGarage API Overview
  • Spots API
  • Rentals API
    • List rentals
    • Start rental
    • Get rental
    • End rental
Powered by GitBook
On this page

Was this helpful?

  1. Rentals API

List rentals

This endpoint can be used to retrieve all the rentals associated to the organization.

GET https://api.airgarage.com/rentals

This endpoint retrieves all the rentals associated with your organization.

Query Parameters

Name
Type
Description

renter

filters all the rentals created by the renter

spot

String

filters the rentals created at a spot

Headers

Name
Type
Description

X-Api-Key*

String

Auth token

{
    // Response
}
PreviousRentals APINextStart rental

Last updated 3 years ago

Was this helpful?