Job interactions

GET /me/tracking/saved Session or API key

Slugs of jobs you have saved.

Lets the SPA render the save toggle as filled without authenticating the public job reads.

curl
curl "https://freehire.dev/api/v1/me/tracking/saved" -H "Authorization: Bearer $FREEHIRE_API_KEY"
json — response
{ "data": ["senior-go-engineer-acme-1a2b", "..."] }