HERE · Authentication Profile

Here Authentication

Authentication

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

LocationMappingMapsSpatial
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

apiKey apiKey
· in: query (apiKey)
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/here-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: apiKey
  type: apiKey
  in: query
  parameter: apiKey
  description: HERE API Key (apiKey query parameter)
  sources:
  - openapi/here-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: HERE OAuth 2.0 token
  sources:
  - openapi/here-openapi.yml