Radar · Authentication Profile

Radar Io Authentication

Authentication

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

LocationGeocodingGeofencingMapsRouting
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

RadarKey apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/radar-io-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: RadarKey
  type: apiKey
  in: header
  parameter: Authorization
  description: A Radar publishable (client) key (prj_live_pk_... / prj_test_pk_...) or secret
    (server) key (prj_live_sk_... / prj_test_sk_...), passed in the Authorization header without
    a Bearer prefix.
  sources:
  - openapi/radar-io-openapi.yml