Jawg Maps · Authentication Profile

Jawg Maps Authentication

Authentication

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

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

Security Schemes

accessToken apiKey
· in: query (access-token)
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/jawg-maps-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: accessToken
  type: apiKey
  in: query
  parameter: access-token
  description: Jawg access token, obtained from the Jawg App account.
  sources:
  - openapi/jawg-maps-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  description: Jawg access token supplied as a Bearer token on api.jawg.io surfaces.
  sources:
  - openapi/jawg-maps-openapi.yml