June 2026
Improved: API Reference Responses & Examples
We’ve updated the Volunteer API documentation with improvements from our recent docs audit, making it clearer what to expect from every endpoint — especially when a request fails.This release includes updates such as:- Documented
401unauthorized responses on every endpoint - Documented
429rate limit responses, including the per-minute limit and theRetry-AfterandX-RateLimit-*headers - Documented
500server error responses on every endpoint - Added
404,422,403, and400responses where they apply - Standardized error shapes into shared, reusable schemas
- Rewrote
200success examples with realistic, current sample data - Typed previously untyped
200responses so response structure now renders correctly - Fixed malformed list examples so paginated
data,links, andmetadisplay correctly - Added a reminder to send
Accept: application/jsonto ensure errors return as JSON
May 2026
New: Volunteer API Documentation Changelog
We’ve launched the Volunteer API Documentation Changelog to make it easier to follow updates to the Volunteer API and developer documentation.This changelog will include updates such as:- New and updated Volunteer API endpoints
- Volunteer, opportunity, shift, registration, and participation data updates
- Request and response schema changes
- New fields, objects, filters, and parameters
- Deprecation notices and breaking changes
- Improvements to examples, guides, recipes, and API reference documentation