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

Get rental

Get rental info

GET https://api.airgarage.com/rentals/<uuid>

Using the UUID of rental, you can do a GET request to learn more about that specific rental. Example: Rental UUID: dB2YV5Ngco4f7uKjdnGqgQ https://api.airgarage.com/rentals/dB2YV5Ngco4f7uKjdnGqgQ/

Path Parameters

Name
Type
Description

UUID

string

UUID of rental that was returned when it was created.

Headers

Name
Type
Description

X-Api-Key

string

PreviousStart rentalNextEnd rental

Last updated 3 years ago

Was this helpful?