Propeller Aero · Authentication Profile

Propeller Aero Authentication

Authentication

Propeller Aero secures its APIs with http and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions.

Drone SurveyGeospatialEarthworksConstructionMiningPhotogrammetrySurveyingAnalytics
Methods: http, openIdConnect Schemes: 2 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer
oidc openIdConnect

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/propeller-aero-openapi.yml
summary:
  types:
  - http
  - openIdConnect
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: 'Access token generated under Settings > Public API in the Propeller portal,
    sent as Authorization: Bearer <access_token>.'
  sources:
  - openapi/propeller-aero-openapi.yml
- name: oidc
  type: openIdConnect
  openIdConnectUrl: https://api.propelleraero.com/auth/oidc/.well-known/openid-configuration
  sources:
  - openapi/propeller-aero-openapi.yml