bluebeam · OAuth Scopes

bluebeam OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://authserver.bluebeam.com/auth/oauth/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.

Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://authserver.bluebeam.com/auth/oauth/authorize
Token URL
https://authserver.bluebeam.com/auth/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
full Full access to Bluebeam Studio API authorizationCode
jobs.create Create and manage sessions authorizationCode
jobs.read Read session data authorizationCode

Source

OAuth Scopes

bluebeam-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bluebeam-studio-openapi.yml
schemes:
- name: oauth2
  source: openapi/bluebeam-studio-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://authserver.bluebeam.com/auth/oauth/authorize
    tokenUrl: https://authserver.bluebeam.com/auth/oauth/token
scopes:
- scope: full
  description: Full access to Bluebeam Studio API
  flows:
  - authorizationCode
  sources:
  - openapi/bluebeam-studio-openapi.yml
- scope: jobs.create
  description: Create and manage sessions
  flows:
  - authorizationCode
  sources:
  - openapi/bluebeam-studio-openapi.yml
- scope: jobs.read
  description: Read session data
  flows:
  - authorizationCode
  sources:
  - openapi/bluebeam-studio-openapi.yml