{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Integration Instance Auth Config API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Integration Instance Auth Config", "type": "folder" }, "items": [ { "info": { "name": "Get Integration Instance Auth Config", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances/:integrationInstanceId/auth-config", "params": [ { "name": "integrationInstanceId", "value": "", "type": "path", "description": "The `id` of the integration instance." } ] }, "docs": "Fetches auth config scoped to the given integration instance." }, { "info": { "name": "Upsert Integration Instance Auth Config", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances/:integrationInstanceId/auth-config", "params": [ { "name": "integrationInstanceId", "value": "", "type": "path", "description": "The `id` of the integration instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upserts auth config scoped to the given integration instance." }, { "info": { "name": "Delete Integration Instance Auth Config", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances/:integrationInstanceId/auth-config", "params": [ { "name": "integrationInstanceId", "value": "", "type": "path", "description": "The `id` of the integration instance." } ] }, "docs": "Deletes the auth config scoped to the given integration instance." } ] } ], "bundled": true }