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

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

[{"state":"CA","setup_complete":true},{"state":"GA","setup_complete":false}]