{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Provider Accounts API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Provider Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Provider Accounts", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/provider-accounts", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filters supported for provider accounts." }, { "name": "page[size]", "value": "", "type": "query", "description": "The maximum number of items to include per page. The last page of a collection may include fewer items." }, { "name": "page[number]", "value": "", "type": "query", "description": "Determines which page of the entities to retrieve." } ] }, "docs": "Returns a a paginated collection of provider accounts for an organization." }, { "info": { "name": "Get Provider Account", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/cloud-gateways/provider-accounts/:providerAccountId", "params": [ { "name": "providerAccountId", "value": "", "type": "path", "description": "The ID of the provider account to operate on." } ] }, "docs": "Retrieves a provider account by ID." } ] } ], "bundled": true }