Apply API - Return consent scope details in application configuration
January 30th, 2025
Description
The response of GET /postings/{uuid}/configuration
now includes two new properties: consentSettings
and companyImprintUrl
. Consent settings contains list of consent scopes with details. Each scope is described by its scope key, flag indicating whether scope acceptance is required and a consent text statement (as configured in company policy settings).
If there is no customer privacy policy configured, the scopes
of consentSettings
will be an empty list.
Impact
This is a non-breaking change, as it only enhances the response of a single endpoint.
Consumers of POST /postings/{uuid}/candidates
can now analyze the required data there without additional checks of the compliance configuration.