Alphageo · Authentication Profile

Alphageo Authentication

Authentication

Alphageo secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyClimateClimate RiskGeospatialAnalyticsRiskReal EstateESGDataMachine Learning
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

AuthorizationToken apiKey
· in: header ()

Source

Authentication Profile

alphageo-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://docs.alphageo.ai/for-developers/alphageo-data-api
docs: https://docs.alphageo.ai/for-developers/alphageo-data-api
summary:
  types:
  - apiKey
  api_key_in:
  - header
  oauth2_flows: []
schemes:
- name: AuthorizationToken
  type: apiKey
  in: header
  parameter_name: Authorization
  description: >-
    Access-token authentication. The account access token is passed verbatim as the value of
    the HTTP Authorization header (no "Bearer" prefix): `Authorization: <your_access_token>`.
    Tokens are obtained from the AlphaGeo dashboard (upper-right "API" menu) and require an
    Enterprise subscription and adequate in-app permissions. AlphaGeo recommends routinely
    refreshing the token as a security measure.
  sources:
  - https://docs.alphageo.ai/for-developers/alphageo-data-api
notes:
  - Token issuance is gated behind an Enterprise subscription.
  - No OAuth2/OIDC or scope surface is documented for the public Data API; a single opaque account token authorizes all endpoints.
  - Token can be refreshed/rotated from the dashboard.