{ "opencollection": "1.0.0", "info": { "name": "APIGen Connectors Tests API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tests", "type": "folder" }, "items": [ { "info": { "name": "APIGen List Tests", "type": "http" }, "http": { "method": "GET", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/tests", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns all test suites for an API." }, { "info": { "name": "APIGen Create a Test", "type": "http" }, "http": { "method": "POST", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/tests", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new test suite for an API." }, { "info": { "name": "APIGen Get a Test", "type": "http" }, "http": { "method": "GET", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/tests/:testId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" }, { "name": "testId", "value": "", "type": "path" } ] }, "docs": "Returns a single test suite by ID." }, { "info": { "name": "APIGen Delete a Test", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/tests/:testId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" }, { "name": "testId", "value": "", "type": "path" } ] }, "docs": "Deletes a test suite." }, { "info": { "name": "APIGen Run a Test", "type": "http" }, "http": { "method": "POST", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/tests/:testId/run", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" }, { "name": "testId", "value": "", "type": "path" } ] }, "docs": "Executes a test suite against the API and returns results." } ] } ], "bundled": true }