[Get taxes]
GET {{url}}{{public-prefix}}/taxes
Request Body
{"page"=>nil, "per_page"=>nil}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"id":"9cacf4ba-080f-4120-a84e-6b824e92fe39","type":"flat","name":"New discount","amount":"120.0","region":null,"created_at":"2021-09-30T15:04:36-03:00","country":"ARG","description":"Tax description","external_id":"9e8bc664-dd8f-4477-8336-0d2663536c85"},{"id":"c367a515-92d7-44dc-8087-90d9dc6ed06d","type":"flat","name":"New tax","amount":"120.0","region":null,"created_at":"2021-09-30T15:09:26-03:00","country":"ARG","description":"Tax description","external_id":"9e8bc664-dd8f-4477-8336-0d2663536c85"}],"current_page":1,"per_page":20,"total_pages":1,"total_elements":2}