Developers

Retrieves a TaxRate resource.

GET
/finance/tax-rates/{id}

Retrieves a TaxRate resource.

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}