CV builder & tailoring
PUT /me/cvs/{id}/tracer-links Session only
Turn link tracing on or off for this CV's PDF.
Off is the default for every CV. Turning it on is refused with a 409 on a deployment with no visitor salt configured — there would be no honest way to count distinct visitors. Turning it off is never refused.
Path parameters
idstring (uuid) required- The CV id.
Body
enabledboolean required- Turn tracing on or off.
curl -X PUT "https://freehire.me/api/v1/me/cvs/0f2c…/tracer-links" -b cookies.txt \
-H 'Content-Type: application/json' -d '{"enabled":true}'{ "data": { "tracer_links_enabled": true } }