June 2026
2026.06.20
Added a certifications endpoint that returns the compliance certifications
associated with an application, and a
certificationIds field on the submit
request for GUI integrations where end users explicitly agree to certification
terms.API additions
Added the following endpoint to the Partner Onboarding API:API updates
The following endpoint now accepts an optionalcertificationIds field:- Submit application
now accepts an optional
certificationIdsarray. Pass the UUIDs of every active certification the end user agreed to. Required only for GUI flows where certifications are presented to end users; omit for API-only integrations.
Documentation updates
The following documentation was updated: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=trueto embed each section’s current field data in the response. - Get application schema
accepts
resolved=trueto prune conditional branches that don’t apply to the application’s saved data.
API updates
The following endpoints now return afieldsChanged 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: