Openpath · OAuth Scopes

Openpath OAuth Scopes

OAuth 2.0 searched

Openpath publishes 3 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Openpath API on a user’s behalf.

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.

CompanySecurityAccess ControlPhysical SecurityIdentityCredentialsIoTSmart BuildingAvigilon AltaMotorola Solutions
Scopes: 3 Flows: Method: searched

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication; returns an ID token authorizationCode
profile Access to basic profile claims (name, given_name, family_name, preferred_username) authorizationCode
email Access to the email and email_verified claims authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: https://api.openpath.com/.well-known/openid-configuration
docs: https://openpath.readme.io/docs/using-the-api
note: >-
  The Openpath API primarily authorizes with fine-grained JWT scope strings of
  the form o{orgId}-<resource>:<r|w> (e.g. o123-hw:r, o123-site:w, o:w, s-o:r)
  issued by the Login API. In addition, an OpenID Connect / OAuth2 authorization
  server (issuer helium.prod.openpath.com) advertises the standard OIDC scopes
  below for authorization_code + PKCE flows.
issuer: https://helium.prod.openpath.com
authorization_endpoint: https://helium.prod.openpath.com/oauth/authorize
token_endpoint: https://helium.prod.openpath.com/oauth/token
grant_types: ["authorization_code", "refresh_token"]
code_challenge_methods: ["S256"]
scopes:
- scope: openid
  description: "OpenID Connect authentication; returns an ID token"
  flows: [authorizationCode]
- scope: profile
  description: "Access to basic profile claims (name, given_name, family_name, preferred_username)"
  flows: [authorizationCode]
- scope: email
  description: "Access to the email and email_verified claims"
  flows: [authorizationCode]