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