Meteomatics · Authentication Profile

Meteomatics Authentication

Authentication

Meteomatics secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.

WeatherForecastClimateHistorical WeatherMarineEnvironmental DataHyperlocalMeteorologyTime SeriesGeospatial
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/meteomatics-weather-openapi.yml
summary:
  types:
  - http
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic Authentication using Meteomatics account credentials.
  sources:
  - openapi/meteomatics-weather-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: JWT bearer token obtained from `https://login.meteomatics.com/api/v1/token`.
    May also be supplied as the `access_token` query parameter.
  sources:
  - openapi/meteomatics-weather-openapi.yml