{ "opencollection": "1.0.0", "info": { "name": "Construction.Account.Admin Account Management Exchange Token API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Exchange Token", "type": "folder" }, "items": [ { "info": { "name": "Exchanging JWT assertion for token", "type": "http" }, "http": { "method": "POST", "url": "https://developer.api.autodesk.com/authentication/v2/token", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "assertion", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "Returns a three-legged access token for the JWT assertion you provide in the request body. See the Developer's Guide topic JWT Assertions for information on how to generate a JWT assertion for this operation.\n\nThis operation is only for confidential clients. It requires Basic Authorization (client_id, client_secret). Authentication information (client_id, client_secret) can be included either in the header or the body, but not both simultaneously." } ] } ], "bundled": true }