Open Charge Map · Authentication Profile

Openchargemap Authentication

Authentication

Open Charge Map secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

Electric VehiclesEV ChargingCharging StationsPoints of InterestOpen DataGeospatialTransportationClean EnergyCrowdsourcedRegistry
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header, query

Security Schemes

APIKeyQueryString apiKey
· in: query (key)
APIKeyHeader apiKey
· in: header (X-API-Key)
UserAuthentication http
scheme: bearer

Source

Authentication Profile

openchargemap-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.yaml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
  - query
schemes:
- name: APIKeyQueryString
  type: apiKey
  in: query
  parameter: key
  description: API Key supplied as query string parameter
  sources:
  - openapi/openapi.yaml
- name: APIKeyHeader
  type: apiKey
  in: header
  parameter: X-API-Key
  sources:
  - openapi/openapi.yaml
- name: UserAuthentication
  type: http
  scheme: bearer
  sources:
  - openapi/openapi.yaml