Eagle Eye Networks · OAuth Scopes

Eagle Eye Networks OAuth Scopes

OAuth 2.0 searched

Eagle Eye Networks publishes 4 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Eagle Eye Networks API on a user’s behalf.

Tokens are issued from https://auth.eagleeyenetworks.com/oauth2/token.

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.

CompanySecurityVideo SurveillanceVideo ManagementCloud VideoCamerasPhysical SecurityVideo AnalyticsLicense Plate RecognitionStreamingWebhooksOAuth
Scopes: 4 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://auth.eagleeyenetworks.com/oauth2/authorize
Token URL
https://auth.eagleeyenetworks.com/oauth2/token
Flows
authorizationCodeclientCredentials

Scopes (4)

ScopeDescriptionFlows
vms.all Full access to the Eagle Eye Video API Platform (v3); the scope used across the documented OAuth authorization-code and client-credentials examples. authorizationCode, clientCredentials
openid OpenID Connect authentication; returns an ID token. authorizationCode
profile Access to the end user's basic profile claims. authorizationCode
email Access to the end user's email claim. authorizationCode

Source

OAuth Scopes

eagle-eye-networks-scopes.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://auth.eagleeyenetworks.com/.well-known/openid-configuration
docs: https://developer.eagleeyenetworks.com/recipes/oauth-authentication
schemes:
- name: OAuth2
  source: well-known/eagle-eye-networks-openid-configuration.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.eagleeyenetworks.com/oauth2/authorize
    tokenUrl: https://auth.eagleeyenetworks.com/oauth2/token
  - flow: clientCredentials
    tokenUrl: https://auth.eagleeyenetworks.com/oauth2/token
scopes:
- scope: vms.all
  description: Full access to the Eagle Eye Video API Platform (v3); the scope used
    across the documented OAuth authorization-code and client-credentials examples.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - https://developer.eagleeyenetworks.com/recipes/oauth-authentication
- scope: openid
  description: OpenID Connect authentication; returns an ID token.
  flows:
  - authorizationCode
  sources:
  - well-known/eagle-eye-networks-openid-configuration.json
- scope: profile
  description: Access to the end user's basic profile claims.
  flows:
  - authorizationCode
  sources:
  - well-known/eagle-eye-networks-openid-configuration.json
- scope: email
  description: Access to the end user's email claim.
  flows:
  - authorizationCode
  sources:
  - well-known/eagle-eye-networks-openid-configuration.json
notes: >-
  Eagle Eye's public documentation presents a single coarse API scope, vms.all,
  granting full Video API Platform access; the OIDC scopes openid/profile/email
  come from the authorization-server discovery document. Fine-grained authorization
  is enforced by account type, user roles, permissions, and resource grants rather
  than by additional OAuth scopes.