Skip to main content

June 2026

2026.06.15
Added a bulk read endpoint for retrieving saved application data, an optional resolved JSON Schema that reflects an application’s current data, and a fieldsChanged flag on section save responses.

API additions

Added the following endpoint to the Partner Onboarding API:The following endpoints gained new optional query parameters:
  • List sections accepts includeData=true to embed each section’s current field data in the response.
  • Get application schema accepts resolved=true to prune conditional branches that don’t apply to the application’s saved data.

API updates

The following endpoints now return a fieldsChanged flag alongside sectionsChanged. The flag is true when a conditional change alters the required fields in an already-active section, signaling that you should re-fetch the section to discover the updated field set:

Documentation updates

The following documentation was updated: