List Invoice Taxes
GET/api/invoice_tax
Headers
| Field | Type | Description |
|---|---|---|
| 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"
}