{ "opencollection": "1.0.0", "info": { "name": "Testmo REST Automation Runs Projects API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.testmo.net/api/v1/projects", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to retrieve." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of entries per page." } ] }, "docs": "Lists all projects visible to the authenticated user." }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.testmo.net/api/v1/projects/:project_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The ID of the project." } ] }, "docs": "Retrieves a single project by its ID." } ] } ], "bundled": true }