Saved searches & subscriptions

GET /me/searches Session only

List your saved searches.

curl
curl "https://freehire.dev/api/v1/me/searches" -b cookies.txt
json — response
{ "data": [ { "id": 2, "name": "Senior Go remote", "query": "q=go&seniority=senior&work_mode=remote" } ] }