Apply API - Added UTM Parameters

Description

Extending Apply API:

  • POST /postings/{uuid}/candidates - Added new optional body object UtmTracking to support tracking the source of the application.
    If present, the UtmTracking must contain utmSource. The remaining fields - utmMedium, utmCampaign, utmContent and utmTerm are optional.

Impact

This enhancement is backward-compatible and does not require any changes to existing client implementations.

References