{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Integration Instance Auth Credentials 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 Credentials", "type": "folder" }, "items": [ { "info": { "name": "Get Integration Instance Auth Credential", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances/:integrationInstanceId/auth-credential", "params": [ { "name": "integrationInstanceId", "value": "", "type": "path", "description": "The `id` of the integration instance." } ] }, "docs": "Fetches the auth credential scoped to the given integration instance." }, { "info": { "name": "Create Integration Instance Auth Credential", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances/:integrationInstanceId/auth-credential", "params": [ { "name": "integrationInstanceId", "value": "", "type": "path", "description": "The `id` of the integration instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an auth credential scoped to the given integration instance.\nAuth credentials are singleton resources that have a 1-to-1 relationship with\nan integration instance.\n\nAn attempt to create subsequent auth credentials for an instance will result in a 409 response.\n" }, { "info": { "name": "Delete Integration Instance Auth Credential", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v1/integration-instances/:integrationInstanceId/auth-credential", "params": [ { "name": "integrationInstanceId", "value": "", "type": "path", "description": "The `id` of the integration instance." } ] }, "docs": "Deletes the auth credential scoped to the given integration instance." } ] } ], "bundled": true }