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

APIMethodResource
Submit Tax Documentation DataPOST/tax-documentation
Retrieve the Latest Tax Documentation DataGET/tax-documentation
Retrieve Tax Documentation Data by IDGET/tax-documentation/{id}
Retrieve Tax Documentation SummaryGET/tax-documentation/summary
Retrieve Tax Documentation StatusGET/tax-documentation-status
Generate Tax Documentation DocumentPOST/tax-documentation/document
Retrieve a Tax Documentation Document by IDGET/tax-documentation/document/{id}

To learn more about these endpoints, continue with the guide or head to the API reference page!