Apply API - Added UTM Parameters
July 8th, 2025
Description
Extending Apply API:
POST /postings/{uuid}/candidates
- Added new optional body objectUtmTracking
to support tracking the source of the application.
If present, theUtmTracking
must containutmSource
. The remaining fields -utmMedium
,utmCampaign
,utmContent
andutmTerm
are optional.
Impact
This enhancement is backward-compatible and does not require any changes to existing client implementations.