Saved searches & subscriptions GET /me/subscriptions copy Session only List your subscriptions. curl copy curl "https://freehire.me/api/v1/me/subscriptions" -b cookies.txt json — response copy { "data": [ { "id": 1, "saved_search_id": 2, "channel": "telegram", "active": true } ] }