{ "opencollection": "1.0.0", "info": { "name": "APIContext Governance API", "version": "v2026-09-02" }, "items": [ { "info": { "name": "Governance", "type": "folder" }, "items": [ { "info": { "name": "List-Changes", "type": "http" }, "http": { "method": "GET", "url": "https://client.apimetrics.io/api/3/governance/changes", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "params": [ { "name": "from_timestamp", "value": "", "type": "query" }, { "name": "to_timestamp", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return a list of changes within the given time range." }, { "info": { "name": "Get-Endpoint-Classifications", "type": "http" }, "http": { "method": "GET", "url": "https://client.apimetrics.io/api/3/governance/conformance/:spec/endpoints", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "params": [ { "name": "spec", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Manage the classification of endpoints for a given spec" }, { "info": { "name": "Manage-Endpoint-Classification", "type": "http" }, "http": { "method": "POST", "url": "https://client.apimetrics.io/api/3/governance/conformance/:spec/endpoints", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "params": [ { "name": "spec", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Manage the classification of endpoints for a given spec" }, { "info": { "name": "Conformance-Results", "type": "http" }, "http": { "method": "GET", "url": "https://client.apimetrics.io/api/3/governance/conformance/results", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "params": [ { "name": "resolved", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Query the conformance results" }, { "info": { "name": "List-Data-Checks", "type": "http" }, "http": { "method": "GET", "url": "https://client.apimetrics.io/api/3/governance/conformance/data-checks", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List data checks for the given project" }, { "info": { "name": "Put-Data-Check", "type": "http" }, "http": { "method": "PUT", "url": "https://client.apimetrics.io/api/3/governance/conformance/data-checks/:check_name", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "params": [ { "name": "check_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create or update data check with the given name" }, { "info": { "name": "Delete-Data-Check", "type": "http" }, "http": { "method": "DELETE", "url": "https://client.apimetrics.io/api/3/governance/conformance/data-checks/:check_name", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "params": [ { "name": "check_name", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete data check with the given name" }, { "info": { "name": "Conformance-Results-Summary", "type": "http" }, "http": { "method": "GET", "url": "https://client.apimetrics.io/api/3/governance/conformance/results/summary", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Query the latest conformance result summary for a project" }, { "info": { "name": "Update-Resolution", "type": "http" }, "http": { "method": "POST", "url": "https://client.apimetrics.io/api/3/governance/conformance/resolution", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update the resolution status for a conformance result" }, { "info": { "name": "Evaluate-Most-Recent", "type": "http" }, "http": { "method": "POST", "url": "https://client.apimetrics.io/api/3/governance/conformance/results/evaluate", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Run conformance checks and summary calculation on the most recent calls" }, { "info": { "name": "List-Settings", "type": "http" }, "http": { "method": "GET", "url": "https://client.apimetrics.io/api/3/governance/conformance/settings", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve the conformance settings for a project" }, { "info": { "name": "Put-Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://client.apimetrics.io/api/3/governance/conformance/settings", "headers": [ { "name": "apimetrics-project-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.apimetrics.io/authorize?audience=https://client.apimetrics.io", "accessTokenUrl": "https://auth.apimetrics.io/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Insert or update conformance settings for a project" } ] } ], "bundled": true }