Taxes
Get tax rate
Retrieve the details of an existing custom tax rate.
GET
/
v1
/
taxes
/
rates
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredResponse
200 - application/json
id
string
requiredTax rate ID.
name
string
requiredName of the tax rate.
description
string | null
requiredInternal description of the tax rate.
code
string
requiredTax rate code identifier.
rate
number
requiredThe percentage rate of the tax.
invoicing_entity_id
string
requiredID of the invoicing entity to which the tax rate is attached.
created_at
string
requiredTax rate creation date. UTC date time string in the ISO 8601 format.
updated_at
string
requiredTax rate last edition date. UTC date time string in the ISO 8601 format.
Was this page helpful?