{ "opencollection": "1.0.0", "info": { "name": "Fortify on Demand Alert Definitions Authentication API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Fortify Create authentication token", "type": "http" }, "http": { "method": "POST", "url": "https://api.ams.fortify.com/tokens", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an authentication token for API access. Supports UnifiedLoginToken, AnalysisUploadToken, AuditToken, and DownloadFileTransferToken types. This endpoint accepts HTTP Basic authentication." }, { "info": { "name": "Fortify Revoke authentication token", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ams.fortify.com/tokens/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Revokes an existing authentication token." } ] } ], "bundled": true }