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

NameTypeDescription

renter

filters all the rentals created by the renter

spot

String

filters the rentals created at a spot

Headers

NameTypeDescription

X-Api-Key*

String

Auth token

{
    // Response
}

Last updated