cURL
curl --request GET \ --url https://api.hyperline.co/v1/taxes/rates \ --header 'Authorization: Bearer <token>'
{ "meta": { "total": 1, "taken": 1, "skipped": 0 }, "data": [ { "id": "taxr_YfiSnLIYORD9VN", "name": "VAT", "description": "Standard VAT", "code": "STAND_VAT", "rate": 20, "invoicing_entity_id": "ive_jerrb484RHn", "created_at": "2024-06-03T12:32:22Z", "updated_at": "2024-06-07T18:13:25Z" } ] }
Retrieve all existing custom tax rates.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
0 <= x <= 100
x >= 0
The response is of type object.
object
Was this page helpful?