Swift Navigation · OAuth Scopes

Swift Navigation OAuth Scopes

OAuth 2.0 probed

Swift Navigation uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyGNSSPrecise PositioningLocationCorrectionsRTKNTRIPRTCMAutomotiveGeospatialIoTRoboticsProtocols
Scopes: 0 Flows: Method: probed

Scopes (0)

Swift Navigation implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

The derive-oauth-scopes.py baseline could not run — it reads oauth2 securitySchemes from an OpenAPI and Swift Navigation publishes none. These scopes are read directly from the discovery document of the Auth0 tenant that fronts the Skylark User Portal and its backend services, identified from https://account.swiftnav.com/runtime-config.js.

Source

OAuth Scopes

swift-navigation-scopes.yml Raw ↑
generated: '2026-08-29'
method: probed
source: https://skylark-prod.us.auth0.com/.well-known/openid-configuration (HTTP 200, 2026-08-29)
name: Swift Navigation OAuth scopes
note: >-
  The derive-oauth-scopes.py baseline could not run — it reads oauth2 securitySchemes from an OpenAPI
  and Swift Navigation publishes none. These scopes are read directly from the discovery document of
  the Auth0 tenant that fronts the Skylark User Portal and its backend services, identified from
  https://account.swiftnav.com/runtime-config.js.
docs: null
docs_note: >-
  No scopes or permissions reference page is published. Searched support.swiftnav.com (152-URL
  sitemap) and www.swiftnav.com — neither documents an authorization model.
issuer: https://skylark-prod.us.auth0.com/
audience: https://account.swiftnav.com
finding: >-
  Every advertised scope is a stock OIDC identity scope. There is NOT ONE Skylark-specific API scope
  — no read:devices, no write:subscriptions, no manage:credentials. A token issued by this tenant
  carries identity claims and nothing that describes what it may do to a Skylark account, which means
  an integrator (or an agent) cannot reason about least privilege before requesting one, and cannot
  scope a token down if they wanted to.
scopes:
  - {name: openid, description: 'Issue an ID token (OIDC core).'}
  - {name: profile, description: 'Basic profile claims.'}
  - {name: offline_access, description: 'Issue a refresh token.'}
  - {name: name, description: Full name claim.}
  - {name: given_name, description: Given name claim.}
  - {name: family_name, description: Family name claim.}
  - {name: nickname, description: Nickname claim.}
  - {name: email, description: Email address claim.}
  - {name: email_verified, description: Email verification status claim.}
  - {name: picture, description: Profile picture claim.}
  - {name: created_at, description: Account creation timestamp claim.}
  - {name: identities, description: Linked identity providers claim.}
  - {name: phone, description: Phone number claim.}
  - {name: address, description: Address claim.}
grant_types:
  - authorization_code
  - client_credentials
  - refresh_token
  - implicit
  - password
  - 'urn:ietf:params:oauth:grant-type:device_code'
  - 'urn:ietf:params:oauth:grant-type:token-exchange'
  - 'urn:ietf:params:oauth:grant-type:jwt-bearer'
pkce: [S256, plain]

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/swift-navigation-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.