Get Federal Tax Details
GET {{baseUrl}}/v1/companies/:company_id/federal_tax_details
Fetches attributes relevant for a company's federal taxes.
scope: company_federal_taxes: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
{"version":"string","tax_payer_type":"string","taxable_as_scorp":false,"filing_form":"string","has_ein":true,"ein_verified":true,"legal_name":"string"}