{ "opencollection": "1.0.0", "info": { "name": "Veracode Applications REST API Credentials API", "version": "1.0.0" }, "items": [ { "info": { "name": "API Credentials", "type": "folder" }, "items": [ { "info": { "name": "Get API Credential Expiration", "type": "http" }, "http": { "method": "GET", "url": "https://api.veracode.com/api/authn/v2/api_credentials" }, "docs": "Returns the expiration date for the current user's API credentials." }, { "info": { "name": "Generate API Credentials", "type": "http" }, "http": { "method": "POST", "url": "https://api.veracode.com/api/authn/v2/api_credentials" }, "docs": "Generates new API credentials for the current user." }, { "info": { "name": "Get API Credential", "type": "http" }, "http": { "method": "GET", "url": "https://api.veracode.com/api/authn/v2/api_credentials/:apiCredsId", "params": [ { "name": "apiCredsId", "value": "", "type": "path" } ] }, "docs": "Returns expiration details for a specific API credential." }, { "info": { "name": "Revoke API Credentials", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.veracode.com/api/authn/v2/api_credentials/:apiCredsId", "params": [ { "name": "apiCredsId", "value": "", "type": "path" } ] }, "docs": "Revokes a set of API credentials." } ] } ], "bundled": true }