{ "opencollection": "1.0.0", "info": { "name": "Trelica REST Application Users Applications API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://app.trelica.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List Applications", "type": "http" }, "http": { "method": "GET", "url": "https://app.trelica.com/api/apps/v1", "params": [ { "name": "q", "value": "", "type": "query", "description": "Free-text search across application name and description" }, { "name": "since", "value": "", "type": "query", "description": "Filter applications modified after this date/time (ISO 8601)" }, { "name": "after", "value": "", "type": "query", "description": "Pagination cursor for next page of results" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return (default 100)" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://app.trelica.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns a paginated list of SaaS applications tracked in Trelica." }, { "info": { "name": "Get Application", "type": "http" }, "http": { "method": "GET", "url": "https://app.trelica.com/api/apps/v1/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Unique identifier for the application" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://app.trelica.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns details for a specific application by its ID." } ] } ], "bundled": true }