{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector apiTokens API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "apiTokens", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get The List Of Api Tokens In An Application The Token Value Will Never Be Returned For Security Reasons", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apiTokens", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get An Api Token By Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apiTokens/:tokenId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "tokenId", "value": "", "type": "path", "description": "Unique ID for the API token." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Create A New Api Token In The Application To Use In The Iot Central Public Api The Token Value Will Be Returned In The Response, And Won T Be Returned Again In Subsequent Requests", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/apiTokens/:tokenId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "tokenId", "value": "", "type": "path", "description": "Unique ID for the API token." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete An Api Token", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/apiTokens/:tokenId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "tokenId", "value": "", "type": "path", "description": "Unique ID for the API token." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }