{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Systems 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": "Systems", "type": "folder" }, "items": [ { "info": { "name": "Autodesk List Event Systems", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/webhooks/v1/systems" }, "docs": "Returns a list of available event systems that support webhook subscriptions (e.g., data, derivative, adsk.c4r, adsk.docs)." }, { "info": { "name": "Autodesk List System Events", "type": "http" }, "http": { "method": "GET", "url": "https://developer.api.autodesk.com/webhooks/v1/systems/:system/events", "params": [ { "name": "system", "value": "", "type": "path", "description": "The system identifier (e.g., data, derivative, adsk.c4r)." } ] }, "docs": "Returns a list of events available for a specific system." } ] } ], "bundled": true }