> ## Documentation Index
> Fetch the complete documentation index at: https://developers.circle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Release notes - Partner Onboarding - 2026

> 2026 release notes for the Partner Onboarding API

## June 2026

<Update label="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:

  * [`GET /v1/onboarding/partner/applications/{applicationId}/certifications`](/api-reference/end-user-onboarding/get-certifications)

  ### API updates

  The following endpoint now accepts an optional `certificationIds` field:

  * [Submit application](/api-reference/end-user-onboarding/submit-application)
    now accepts an optional `certificationIds` array. 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:

  * [How-to: Submit and Track Applications](/end-user-onboarding/howtos/submit-and-track-applications)
  * [Quickstart: Submit Onboarding Application](/end-user-onboarding/quickstarts/submit-onboarding-application)
</Update>

<Update label="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:

  * [`GET /v1/onboarding/partner/applications/{applicationId}/data`](/api-reference/end-user-onboarding/get-all-data)

  The following endpoints gained new optional query parameters:

  * [List sections](/api-reference/end-user-onboarding/list-sections) accepts
    `includeData=true` to embed each section's current field data in the response.
  * [Get application schema](/api-reference/end-user-onboarding/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:

  * [Save section data](/api-reference/end-user-onboarding/save-section)
  * [Bulk save](/api-reference/end-user-onboarding/bulk-save)

  ### Documentation updates

  The following documentation was updated:

  * [How-to: Create and populate applications](/end-user-onboarding/howtos/create-and-populate-applications)
</Update>
