{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Twins 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": "Twins", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Twins", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/tandem/v1/twins" }, "docs": "Returns a list of digital twin facilities that the authenticated user has access to." }, { "info": { "name": "Autodesk Get Twin", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/tandem/v1/twins/:twinId", "params": [ { "name": "twinId", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific digital twin facility." } ] } ], "bundled": true }