{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector AccessToken API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "AccessToken", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Oauth2 Token", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/oauth2/token", "params": [ { "name": "service", "value": "", "type": "query", "description": "Indicates the name of your Azure container registry." }, { "name": "scope", "value": "", "type": "query", "description": "Expected to be a valid scope, and can be specified more than once for multiple scope requests. You can obtain this from the Www-Authenticate response header from the challenge." } ] }, "docs": "Exchange Username, Password and Scope an ACR Access Token" }, { "info": { "name": "Microsoft Azure Post Oauth2 Token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/oauth2/token" }, "docs": "Exchange ACR Refresh token for an ACR Access Token" }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Videoindexer Accounts Accountname Generateaccesstoken", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.VideoIndexer/accounts/:accountName/generateAccessToken", "params": [ { "name": "accountName", "value": "", "type": "path", "description": "The name of the Azure Video Indexer account." } ] }, "docs": "Generate an Azure Video Indexer access token." } ] } ], "bundled": true }