Spiceworks · OAuth Scopes

Spiceworks OAuth Scopes

OAuth 2.0 derived

Spiceworks 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 Spiceworks 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.

CommunityEnterprise ITIT Management
Scopes: 3 Flows: implicit Method: derived

OAuth endpoints

Authorization URL
https://community.spiceworks.com/oauth/authorize
Flows
implicit

Scopes (3)

ScopeDescriptionFlows
helpdesk Access Help Desk tickets and comments implicit
inventory Access device inventory data implicit
users Access user profile data implicit

Source

OAuth Scopes

spiceworks-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/spiceworks-cloud-apps-openapi.yml
schemes:
- name: oauth2
  source: openapi/spiceworks-cloud-apps-openapi.yml
  flows:
  - flow: implicit
    authorizationUrl: https://community.spiceworks.com/oauth/authorize
  description: OAuth 2.0 authentication via the Spiceworks Cloud Apps platform. Applications
    receive an implicit grant token through the JS SDK postMessage bridge when running inside
    the Spiceworks UI.
scopes:
- scope: helpdesk
  description: Access Help Desk tickets and comments
  flows:
  - implicit
  sources:
  - openapi/spiceworks-cloud-apps-openapi.yml
- scope: inventory
  description: Access device inventory data
  flows:
  - implicit
  sources:
  - openapi/spiceworks-cloud-apps-openapi.yml
- scope: users
  description: Access user profile data
  flows:
  - implicit
  sources:
  - openapi/spiceworks-cloud-apps-openapi.yml