{ "opencollection": "1.0.0", "info": { "name": "Lago API documentation Add_ons Taxes API", "version": "1.15.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Taxes", "type": "folder" }, "items": [ { "info": { "name": "Lago List all taxes", "type": "http" }, "http": { "method": "GET", "url": "https://api.getlago.com/api/v1/taxes", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of records per page." } ] }, "docs": "This endpoint retrieves all existing taxes representing a customizable tax rate applicable to either the organization or a specific customer." }, { "info": { "name": "Lago Create a tax", "type": "http" }, "http": { "method": "POST", "url": "https://api.getlago.com/api/v1/taxes", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates a new tax representing a customizable tax rate applicable to either the organization or a specific customer." }, { "info": { "name": "Lago Retrieve a Tax", "type": "http" }, "http": { "method": "GET", "url": "https://api.getlago.com/api/v1/taxes/:code", "params": [ { "name": "code", "value": "", "type": "path", "description": "The code of the tax. It serves as a unique identifier associated with a particular tax. The code is typically used for internal or system-level identification purposes." } ] }, "docs": "This endpoint retrieves an existing tax representing a customizable tax rate applicable to either the organization or a specific customer. The tax is identified by its unique code." }, { "info": { "name": "Lago Update a tax", "type": "http" }, "http": { "method": "PUT", "url": "https://api.getlago.com/api/v1/taxes/:code", "params": [ { "name": "code", "value": "", "type": "path", "description": "The code of the tax. It serves as a unique identifier associated with a particular tax. The code is typically used for internal or system-level identification purposes." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint updates an existing tax representing a customizable tax rate applicable to either the organization or a specific customer." }, { "info": { "name": "Lago Delete a tax", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.getlago.com/api/v1/taxes/:code", "params": [ { "name": "code", "value": "", "type": "path", "description": "The code of the tax. It serves as a unique identifier associated with a particular tax. The code is typically used for internal or system-level identification purposes." } ] }, "docs": "This endpoint is used to delete a tax." } ] } ], "bundled": true }