Configuration API - Added career site configuration endpoints
March 27th, 2025
Description
Extending Configuration API by adding the following endpoints to read career site configuration:
GET /configuration/career-sites
: Lists career sites configurations using pagination.GET /configuration/career-sites/{careerSiteId}
: Get details of a single career site configuration by id.
To use these endpoints, you need to be granted the configuration_read
access scope.
Impact
This enhancement is backward-compatible and does not require any changes to existing client implementations.