Documentation Index
Fetch the complete documentation index at: https://gusto-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
List all Company Forms
To see a list of all current company forms, use theGET companies/{company_uuid}/forms endpoint. This will return all company forms currently on file for a company. A new company will have to complete the Direct Deposit Authorization and Form 8655 at minimum, plus any State-specific authorization forms.
Company Tax Forms will not be available until payrolls have been processed and the associated tax filings have been generated. These tax forms will be accessible in accordance with the filing frequency requirements of each agency. For a list of all state and federal tax forms filed by Gusto, please refer to this support article.
PDFs of Forms
You can retrieve any form as a PDF in order to supply it to your users. To get a PDF use theuuid for the specific form and the GET forms/{form_uuid}/pdf endpoint.
Expiration
Note that the PDF links expire after 30 seconds for security purposes. We recommend saving the PDF securely in your application to prevent link expiration.Sign Company Forms
Before signing company forms, a signatory must be designated. You can create a signatory using thePOST companies/{company_uuid}/signatories endpoint. You can see a more in depth creation of a signatory in the Onboard A Company guide.
Before signing company forms to complete Onboarding, the following steps must be completed.
"add_employees""federal_tax_setup""state_setup""add_bank_info""payroll_schedule"
requires_signing = true, you can use the PUT forms/{form_uuid}/sign endpoint.
Create company benefits Manage company attachments