v1

latestOpenAPI 3.1.02026-07-243113441.2 MB
Payrolls

Get approved payroll reversals

Returns all approved Payroll Reversals for a Company.

scope: payrolls:read

get/v1/companies/{company_id}/payroll_reversals

Path parameters

company_idstring required

The UUID of the company

Query parameters

pageinteger

The page that is requested. When unspecified, will load all objects unless endpoint forces pagination.

perinteger

Number of objects per page. For majority of endpoints will default to 25

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

Example response

reversed_payroll_uuidstring

The UUID for the payroll run being reversed.

reversal_payroll_uuidstring nullable

The UUID of the payroll where the reversal was applied.

reasonstring

A reason provided by the admin who created the reversal.

approved_atstring nullable

Timestamp of when the reversal was approved.

categorystring nullable

Category chosen by the admin who requested the reversal.

reversed_employee_uuidsstring[]

Array of affected employee UUIDs.