{ "opencollection": "1.0.0", "info": { "name": "Autodesk ACC Account Admin Account Users Tokens 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": "Tokens", "type": "folder" }, "items": [ { "info": { "name": "Autodesk Create/Update Webhook Secret Token", "type": "http" }, "http": { "method": "PUT", "url": "https://developer.api.autodesk.com/webhooks/v1/tokens/@me", "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates a secret token used to sign webhook payloads. The token is included in the x-adsk-signature header of callback requests for payload verification." }, { "info": { "name": "Autodesk Delete Webhook Secret Token", "type": "http" }, "http": { "method": "DELETE", "url": "https://developer.api.autodesk.com/webhooks/v1/tokens/@me" }, "docs": "Deletes the webhook secret token." } ] } ], "bundled": true }