πŸ” APS OAuth Scope Builder

Build and validate Autodesk Platform Services OAuth scope combinations

πŸ’‘ RAPS CLI Alternative

Instead of using this web tool, you can use RAPS CLI:

raps auth login --scopes data:read,data:write,viewables:read

raps auth status --scopes - Check current scopes

πŸ”‘ Select Authentication Type

Different OAuth flows support different scope combinations

2-Legged OAuth (Server-to-Server)
3-Legged OAuth (User Authorization)

πŸš€ Quick Start Presets

Common scope combinations for typical use cases

πŸ“ Data Management

data:read
Read files, folders, and projects from Data Management API
data:write
Modify file metadata and properties
data:create
Upload files and create folders

πŸ—„οΈ Object Storage (OSS)

bucket:read
List and access Object Storage buckets
bucket:create
Create new storage buckets
bucket:delete
Delete storage buckets
⚠️ Use with caution

πŸ”„ Model Derivative & Viewer

viewables:read
Access translated models for 3D viewing

πŸ€– Design Automation

code:all
Full access to Design Automation API (AutoCAD, Revit, etc.)

πŸ‘₯ Account Management

account:read
Read BIM 360/ACC account information
3-legged OAuth only
account:write
Modify BIM 360/ACC account settings
3-legged OAuth only, admin privileges required

🎯 Generated Scope Configuration

Space-separated scopes:

No scopes selected

RAPS CLI command:

raps auth login

cURL example:

Select scopes to generate command

πŸ“Š API Compatibility Matrix

Which APIs you can access with your selected scopes:

API Access Level Required Scopes Notes