July, 2025
1 day ago
Welcome to our July changelog!
Have questions about anything in the changelog? Please feel free to reach out to [email protected]
New Endpoints
- Added Get contribution exclusions for a company benefit and Update contribution exclusions for a company benefit endpoints
API Improvements
- Added a
deductions
field to include deductions when leveraging the Update a payroll by ID endpoint - Added a
work_email
field to the Create an employee and Update an employee. endpoints - Added additional rate limit data to API response headers. The following headers are now available to use when handling rate limiting programmatically:
Retry-After
: the number of seconds until the rate limit window resets
X-RateLimit-Limit
: the total number of requests allowed in the rate limit window
X-RateLimit-Remaining
: the number of requests remaining in the rate limit window
X-RateLimit-Reset
: the datetime when the rate limit window will reset
Webhooks
- Added
company.unsuspended
Company event - Added
contractor.reactivated
Contractor event
Documentation
- Numerous minor documentation updates, additions and improvements
- Enabled AI assistant throughout developer docs