API ReferenceTax Rate
Retrieves a TaxRate resource.
Retrieves a TaxRate resource.
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
TaxRate identifier
Response Body
curl -X GET "https://example.com/finance/tax-rates/string"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "value": 0.1, "isDefault": false}