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
https://developer.api.autodesk.com/authentication/v2/authorize
Token URL
https://developer.api.autodesk.com/authentication/v2/token
https://developer.api.autodesk.com/authentication/v2/token
Flows
authorizationCodeclientCredentials
authorizationCodeclientCredentials
Scopes (16)
| Scope | Description | Flows |
|---|---|---|
| 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 |
📄 Provider scope reference: https://aps.autodesk.com/en/docs/oauth/v2/developers_guide/scopes/