Learn how to fetch tax information using the FoxGets API.
1️⃣ Always Use HTTPS Endpoint:https://foxapi.foxgets.com/api/shared-api/get-tax-apiUse the HTTP Authorization header: Authorization: BearerYOUR_API_KEYMethod: GET Required Parameters: client_id Response Format: JSON
| Parameter | Description | Required | Example |
|---|---|---|---|
| client_id | Your unique client ID from QR Rocket | Yes | "123" |
Click below to view the sample JSON response:
View JSON Response
{
"status": "true",
"client_id": "123",
"taxes": [
{
"tax_id": "1",
"client_id": "123",
"tax_name": "GST",
"tax_percent": "5"
},
{
"tax_id": "2",
"client_id": "123",
"tax_name": "Service Tax",
"tax_percent": "10"
}
]
}
Fox Apps empowers 50,000+ businesses in optimizing their daily operations.
support@foxappz.com