Skyhigh Security · OAuth Scopes

Skyhigh Security OAuth Scopes

OAuth 2.0 derived

Skyhigh Security publishes 3 OAuth 2.0 scopes via the implicit flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Skyhigh Security 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.

CompanyCybersecuritySecurity Service EdgeCASBSecure Web GatewayData Loss PreventionCloud SecurityZero TrustSASE
Scopes: 3 Flows: implicit Method: derived

OAuth endpoints

Authorization URL
http://com.shn/api/oauth/dialog
Flows
implicit

Scopes (3)

ScopeDescriptionFlows
read:data Grants read access to all URL data used by authorized tenant. implicit
read:users Grants read access to all users within authorized tenant. implicit
write:users Grants read/write access to all users within authorized tenant. implicit

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/skyhigh-incidents-openapi-original.yml
schemes:
- name: tenantAuth
  source: openapi/skyhigh-incidents-openapi-original.yml
  flows:
  - flow: implicit
    authorizationUrl: http://com.shn/api/oauth/dialog
scopes:
- scope: read:data
  description: Grants read access to all URL data used by authorized tenant.
  flows:
  - implicit
  sources:
  - openapi/skyhigh-incidents-openapi-original.yml
- scope: read:users
  description: Grants read access to all users within authorized tenant.
  flows:
  - implicit
  sources:
  - openapi/skyhigh-incidents-openapi-original.yml
- scope: write:users
  description: Grants read/write access to all users within authorized tenant.
  flows:
  - implicit
  sources:
  - openapi/skyhigh-incidents-openapi-original.yml