AutoCAD · OAuth Scopes

AutoCAD OAuth Scopes

OAuth 2.0 searched

AutoCAD publishes 16 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 AutoCAD API on a user’s behalf.

Tokens are issued from https://developer.api.autodesk.com/authentication/v2/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.

3D ModelingArchitectureCADDesignDrawingEngineering
Scopes: 16 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://developer.api.autodesk.com/authentication/v2/authorize
Token URL
https://developer.api.autodesk.com/authentication/v2/token
Flows
authorizationCodeclientCredentials

Scopes (16)

ScopeDescriptionFlows
user-profile:read Read the end user's profile data (deprecated alias; prefer user:read). authorizationCode
user:read Read the end user's profile data. authorizationCode
user:write Create, update, and delete the end user's profile data. authorizationCode
viewables:read Read viewable (translated derivative) data for the end user. authorizationCode, clientCredentials
data:read Read documents, folders, item versions, and other data the user can access. authorizationCode, clientCredentials
data:write Create, update, and delete data the user can access. authorizationCode, clientCredentials
data:create Create new data (e.g. new folders, items) in a project or hub. authorizationCode, clientCredentials
data:search Search across the end user's data. authorizationCode, clientCredentials
bucket:create Create an OSS (Object Storage Service) bucket. authorizationCode, clientCredentials
bucket:read Read the metadata and objects of an OSS bucket. authorizationCode, clientCredentials
bucket:update Update an OSS bucket (e.g. change access policies). authorizationCode, clientCredentials
bucket:delete Delete an OSS bucket. authorizationCode, clientCredentials
code:all Author or execute code (e.g. Design Automation AppBundles and Activities) on the user's behalf. authorizationCode, clientCredentials
account:read Read account/team data (BIM 360 / ACC administration). authorizationCode, clientCredentials
account:write Create, update, and delete account/team data (BIM 360 / ACC administration). authorizationCode, clientCredentials
openid OpenID Connect - obtain an id_token identifying the end user. authorizationCode

Source

OAuth Scopes

autocad-scopes.yml Raw ↑
generated: '2026-06-20'
method: searched
source: https://developer.api.autodesk.com/.well-known/openid-configuration
docs: https://aps.autodesk.com/en/docs/oauth/v2/developers_guide/scopes/
schemes:
  - name: OAuth2
    type: oauth2
    source: https://developer.api.autodesk.com/.well-known/openid-configuration
    flows:
      - flow: authorizationCode
        authorizationUrl: https://developer.api.autodesk.com/authentication/v2/authorize
        tokenUrl: https://developer.api.autodesk.com/authentication/v2/token
      - flow: clientCredentials
        tokenUrl: https://developer.api.autodesk.com/authentication/v2/token
scopes:
  - scope: user-profile:read
    description: Read the end user's profile data (deprecated alias; prefer user:read).
    flows: [authorizationCode]
  - scope: user:read
    description: Read the end user's profile data.
    flows: [authorizationCode]
  - scope: user:write
    description: Create, update, and delete the end user's profile data.
    flows: [authorizationCode]
  - scope: viewables:read
    description: Read viewable (translated derivative) data for the end user.
    flows: [authorizationCode, clientCredentials]
  - scope: data:read
    description: Read documents, folders, item versions, and other data the user can access.
    flows: [authorizationCode, clientCredentials]
  - scope: data:write
    description: Create, update, and delete data the user can access.
    flows: [authorizationCode, clientCredentials]
  - scope: data:create
    description: Create new data (e.g. new folders, items) in a project or hub.
    flows: [authorizationCode, clientCredentials]
  - scope: data:search
    description: Search across the end user's data.
    flows: [authorizationCode, clientCredentials]
  - scope: bucket:create
    description: Create an OSS (Object Storage Service) bucket.
    flows: [authorizationCode, clientCredentials]
  - scope: bucket:read
    description: Read the metadata and objects of an OSS bucket.
    flows: [authorizationCode, clientCredentials]
  - scope: bucket:update
    description: Update an OSS bucket (e.g. change access policies).
    flows: [authorizationCode, clientCredentials]
  - scope: bucket:delete
    description: Delete an OSS bucket.
    flows: [authorizationCode, clientCredentials]
  - scope: code:all
    description: Author or execute code (e.g. Design Automation AppBundles and Activities) on the user's behalf.
    flows: [authorizationCode, clientCredentials]
  - scope: account:read
    description: Read account/team data (BIM 360 / ACC administration).
    flows: [authorizationCode, clientCredentials]
  - scope: account:write
    description: Create, update, and delete account/team data (BIM 360 / ACC administration).
    flows: [authorizationCode, clientCredentials]
  - scope: openid
    description: OpenID Connect - obtain an id_token identifying the end user.
    flows: [authorizationCode]