cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/tax-rates/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "4a7f1c82-9d3e-4b56-8c21-ef093a4d7b15", "name": "TVA (Taxe sur la Valeur Ajoutée)", "isActive": true, "rate": 0.2, "createdAt": "2025-10-08T18:05:57.325Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The tax rate uuid
uuid
200
The unique identifier for the object.
The name of the tax rate.
Whether the tax rate is active.
The tax rate applied to invoices, expressed as a decimal between 0 and 1.
The timestamp when the object was created.