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

id string (uuid) required
The CV id.

Body

enabled boolean required
Turn tracing on or off.
curl
curl -X PUT "https://freehire.me/api/v1/me/cvs/0f2c…/tracer-links" -b cookies.txt \
  -H 'Content-Type: application/json' -d '{"enabled":true}'
json — response
{ "data": { "tracer_links_enabled": true } }

Tailor your CV for this role?

We couldn't check your fit for this role — add a CV to your profile to see it next time.

A new version of HireAll is available