{ "opencollection": "1.0.0", "info": { "name": "ExtremeCloud IQ Account Administration API", "version": "25.9.0-36" }, "items": [ { "info": { "name": "Administration", "type": "folder" }, "items": [ { "info": { "name": "List API Access Tokens", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/acct-api-token", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number, min = 1" }, { "name": "limit", "value": "", "type": "query", "description": "Page Size, min = 1, max = 100" }, { "name": "sortField", "value": "", "type": "query", "description": "The field for sorting" }, { "name": "searchString", "value": "", "type": "query", "description": "The SearchString" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List tokens to which API Access has been granted." }, { "info": { "name": "Add API Access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/acct-api-token", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a API token." }, { "info": { "name": "Update API Access token", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.extremecloudiq.com/acct-api-token/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update API token by ID." }, { "info": { "name": "Delete API Access Token by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/acct-api-token/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an existing API Access Token by the specified ID." }, { "info": { "name": "Bulk Delete API Access Token by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/acct-api-token_:delete", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The API Access Token ids to delete." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Bulk Delete existing API Access Tokens by the specified IDs." }, { "info": { "name": "List 3rd party API connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/third-party-api-connection", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List the 3rd party API connection." }, { "info": { "name": "Update 3rd party API connection", "type": "http" }, "http": { "method": "PUT", "url": "https://api.extremecloudiq.com/third-party-api-connection", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update the 3rd party API connection." }, { "info": { "name": "Delete 3rd party API connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/third-party-api-connection", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an exist 3rd party API connection." }, { "info": { "name": "List Credential Distribution Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/credential-distribution-groups", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number, min = 1" }, { "name": "limit", "value": "", "type": "query", "description": "Page Size, min = 1, max = 100" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List a page of Credential Distribution Groups." }, { "info": { "name": "Create Credential Distribution Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/credential-distribution-groups", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new Credential Distribution Groups." }, { "info": { "name": "Update Credential Distribution Group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.extremecloudiq.com/credential-distribution-groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a existing Credential Distribution Group by the specified ID." }, { "info": { "name": "Delete Credential Distribution Group by IDs", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/credential-distribution-groups_:delete", "params": [ { "name": "ids", "value": "", "type": "query", "description": "The API Access Token ids to delete." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an existing Credential Distribution Group by the specified IDs." } ] } ], "bundled": true }