{ "opencollection": "1.0.0", "info": { "name": "APIGen Connectors Endpoints API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Endpoints", "type": "folder" }, "items": [ { "info": { "name": "APIGen List Endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/endpoints", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Returns all endpoints for an API." }, { "info": { "name": "APIGen Create an Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/endpoints", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new endpoint for an API." }, { "info": { "name": "APIGen Get an Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/endpoints/:endpointId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" }, { "name": "endpointId", "value": "", "type": "path" } ] }, "docs": "Returns a single endpoint by ID." }, { "info": { "name": "APIGen Update an Endpoint", "type": "http" }, "http": { "method": "PUT", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/endpoints/:endpointId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" }, { "name": "endpointId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing endpoint." }, { "info": { "name": "APIGen Delete an Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.apigen.com/v1/projects/:projectId/apis/:apiId/endpoints/:endpointId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "apiId", "value": "", "type": "path" }, { "name": "endpointId", "value": "", "type": "path" } ] }, "docs": "Deletes an endpoint." } ] } ], "bundled": true }