List Invoice Taxes

GET/api/invoice_tax

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area
curl -X GET "https://yoursite.com/api/invoice_tax" \
  -H "authtoken: YOUR_API_TOKEN"

Success-Response:

{
  "id": "1",
  "title": "Tax (10%)",
  "percentage": "10",
  "deleted": "0"
	}
MethodGET
Path/api/invoice_tax
GroupMiscellaneous
Sincev1.0.0
Defined inRestApi/Controllers/UtilitiesController.php