{ "opencollection": "1.0.0", "info": { "name": "Fortify on Demand Alert Definitions API Keys API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "Fortify List API keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/api/v3/api-keys", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 50)" } ] }, "docs": "Returns a paginated list of API keys for the tenant." }, { "info": { "name": "Fortify Create API key", "type": "http" }, "http": { "method": "POST", "url": "https://api.ams.fortify.com/api/v3/api-keys", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API key for programmatic access." }, { "info": { "name": "Fortify Get API key", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/api/v3/api-keys/:apiKeyId", "params": [ { "name": "apiKeyId", "value": "", "type": "path", "description": "Unique identifier of the API key" } ] }, "docs": "Returns details for a specific API key." }, { "info": { "name": "Fortify Update API key", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ams.fortify.com/api/v3/api-keys/:apiKeyId", "params": [ { "name": "apiKeyId", "value": "", "type": "path", "description": "Unique identifier of the API key" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing API key's properties." }, { "info": { "name": "Fortify Delete API key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ams.fortify.com/api/v3/api-keys/:apiKeyId", "params": [ { "name": "apiKeyId", "value": "", "type": "path", "description": "Unique identifier of the API key" } ] }, "docs": "Permanently deletes the specified API key." } ] } ], "bundled": true }