Tax rates
List tax rates
List tax rates, newest first.
GET/v1/tax_rates
Parameters
| Parameter | Description |
|---|---|
| limitinteger · queryoptional | Defaults to 10. Between 1 and 100. |
| starting_afterstring | null · queryoptional | At most 128 characters. |
Cursor-paginated. limit caps a page and starting_after takes the last id you
saw.
Returns
Returns a page of TaxRateResponse objects. data holds the page and has_more says whether another one exists. Page forward by passing the last id of the page as starting_after; a short page is not the end of the list.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the tax_rates:read scope. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other tax rates operations
- Create tax rate POST /v1/tax_rates
- Get tax rate GET /v1/tax_rates/{tax_rate_id}
- Update tax rate POST /v1/tax_rates/{tax_rate_id}
BillKit