Get All Tax Requirement States
GET {{baseUrl}}/v1/companies/:company_uuid/tax_requirements
Returns objects describing the states that have tax requirements for the company
scope: company_tax_requirements:read
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
[{"state":"CA","setup_complete":true},{"state":"GA","setup_complete":false}]