🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
English
Developers
API documentation and developer resources
Retrieve a list of all tax configurations
GET /api/taxes
page
limit
type
country
{ "data": [ { "id": "tax_123456789", "name": "VAT 20%", "rate": 20.0, "type": "VAT", "country": "GB", "region": null, "created_at": "2023-01-01T00:00:00Z" } ], "pagination": { "page": 1, "limit": 20, "total": 1 } }