Tax Documentation API
Welcome to the TaxBit Tax Documentation API guide. We designed this guide for developers looking to integrate our API into their applications.
The Tax Documentation API follows the general patterns of REST.
Tax Documentation Endpoints
API | Method | Resource |
---|---|---|
Submit Tax Documentation Data | POST | /tax-documentation |
Retrieve the Latest Tax Documentation Data | GET | /tax-documentation |
Retrieve Tax Documentation Data by ID | GET | /tax-documentation/{id} |
Retrieve Tax Documentation Summary | GET | /tax-documentation/summary |
Generate Tax Documentation Document | POST | /tax-documentation/document |
Retrieve a Tax Documentation Document by ID | GET | /tax-documentation/document/{id} |
To learn more about these endpoints, continue with the guide or head to the API reference page!
Updated 4 months ago