cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/tax-rates/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "d7c2f8a3-5e19-4b74-81d6-a0e3b9f42c15", "name": "State Sales Tax", "isActive": true, "rate": 0.0625, "createdAt": "2025-06-21T13:47:29.153Z" }
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.