Sofar Ocean · Authentication Profile

Sofar Ocean Authentication

Authentication

Sofar Ocean secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyClimateOcean DataWeatherMaritimeSensorsIoTEnvironmental DataWave DataBuoys
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

tokenHeader apiKey
· in: header (token)
tokenQuery apiKey
· in: query (token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/sofar-ocean-spotter-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: tokenHeader
  type: apiKey
  in: header
  parameter: token
  description: API token tied to your Sofar account, generated at spotter.sofarocean.com/api.
  sources:
  - openapi/sofar-ocean-spotter-openapi.yml
- name: tokenQuery
  type: apiKey
  in: query
  parameter: token
  description: API token passed as a query parameter.
  sources:
  - openapi/sofar-ocean-spotter-openapi.yml