{ "opencollection": "1.0.0", "info": { "name": "Paradox Authentication Reporting API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Reporting", "type": "folder" }, "items": [ { "info": { "name": "Paradox Get report list", "type": "http" }, "http": { "method": "GET", "url": "https://api.paradox.ai/api/v1/public/reporting/reports" }, "docs": "Retrieve a list of all available reports." }, { "info": { "name": "Paradox Create report", "type": "http" }, "http": { "method": "POST", "url": "https://api.paradox.ai/api/v1/public/reporting/reports", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new report." }, { "info": { "name": "Paradox Get single report", "type": "http" }, "http": { "method": "GET", "url": "https://api.paradox.ai/api/v1/public/reporting/reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Report identifier" } ] }, "docs": "Retrieve details for a specific report." } ] } ], "bundled": true }