v1
latestOpenAPI 3.1.02026-07-243113441.2 MBPayrolls
Get all payroll blockers for a company
Returns a list of reasons that prevent the company from running payrolls. See the Payroll Blockers guide for a complete list of reasons. The list is empty if there are no payroll blockers.
scope: payrolls:run
get/v1/companies/{company_uuid}/payrolls/blockers
Path parameters
company_uuidstring required
The UUID of the company
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Response
Successful
Example response
[
{
"key": "needs_approval",
"message": "Company needs to be approved to run payroll."
}
]