Base Route

All endpoints are prefixed with the following base URL:

  https://api.airstreamdata.com/
  

Authorization

The API expects a header with an api_key key. For quick testing, you can use the following pattern:

  curl "https://api.airstreamdata.com/ . . ." -H "api_key: <API_KEY>"