v1

latestOpenAPI 3.1.02026-07-243113441.2 MB
Reimbursements

Get recurring reimbursements for an employee

Get all active recurring reimbursements for an employee.

scope: reimbursements:read

get/v1/employees/{employee_id}/recurring_reimbursements

Path parameters

employee_idstring required

The UUID of the employee

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

successful

uuidstring required

The unique identifier of this recurring reimbursement.

employee_uuidstring required

The UUID of the employee.

descriptionstring required

The description of the reimbursement.

amountstring required

The dollar amount of the reimbursement.

versionstring required

The current version of the object. See the versioning guide for information on how to use this field.

created_atstring

The timestamp when this reimbursement was created.

updated_atstring

The timestamp when this reimbursement was last updated.