Sales Tax Rates API Documentation
Explore our complete reference for the U.S. Sales Tax Rates API — designed to help developers and businesses access accurate, up-to-date sales tax data by ZIP code, city, and county across all 50 states.
Whether you're building an eCommerce platform, tax calculator, POS system, or financial application, our REST API makes integration fast and reliable.
📁 Prefer a file download? Download the full CSV of U.S. ZIP code tax rates, updated monthly for accuracy.
Returns a token.
The token expires in 10 minutes.
Request Body schema: application/jsonrequired
email required | string |
password required | string |
Responses
Request samples
- Payload
Content type
application/json
{- "email": "djohnson@company.com",
- "password": "123!@#$Asdf"
}
Response samples
- 200
- 400
- 429
Content type
application/json
{- "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY2OTg1OTViZmQzMDA5N2M2NTIxNDA1NSIsImlhdCI6MTcyMTM0Nzg4N"
}