{ "opencollection": "1.0.0", "info": { "name": "Invoiced Credit Notes Plans API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Plans", "type": "folder" }, "items": [ { "info": { "name": "List all plans.", "type": "http" }, "http": { "method": "GET", "url": "https://api.invoiced.com/plans", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number for paginated list responses." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of records to return per page (max 100)." } ] }, "docs": "List all plans." }, { "info": { "name": "Create a new plan.", "type": "http" }, "http": { "method": "POST", "url": "https://api.invoiced.com/plans", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new plan." }, { "info": { "name": "Retrieve a plan.", "type": "http" }, "http": { "method": "GET", "url": "https://api.invoiced.com/plans/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the object." } ] }, "docs": "Retrieve a plan." }, { "info": { "name": "Update a plan.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.invoiced.com/plans/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the object." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a plan." }, { "info": { "name": "Delete a plan.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.invoiced.com/plans/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The identifier of the object." } ] }, "docs": "Delete a plan." } ] } ], "bundled": true }