v1
latestOpenAPI 3.1.02026-07-222392081.7 MBTaxes
Get tax rate
Retrieve the details of an existing custom tax rate.
get/v1/taxes/rates/{id}
Path parameters
idstring required
Response
Example response
{
"id": "taxr_YfiSnLIYORD9VN",
"name": "VAT",
"description": "Standard VAT",
"code": "STAND_VAT",
"rate": 20,
"invoicing_entity_id": "ive_jerrb484RHn",
"created_at": "2024-06-03T12:32:22Z",
"updated_at": "2024-06-07T18:13:25Z"
}