{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Informational API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://developer.api.autodesk.com/authentication/v2/authorize", "accessTokenUrl": "https://developer.api.autodesk.com/authentication/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Informational", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Supported Formats", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/modelderivative/v2/designdata/formats" }, "docs": "Returns a list of supported input and output formats for translation." } ] } ], "bundled": true }