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 |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Accept | string |
RESPONSES
status: OK
[{"state":"CA","setup_complete":true},{"state":"GA","setup_complete":false}]