Saved searches & subscriptions

GET /me/subscriptions Session only

List your subscriptions.

curl
curl "https://freehire.dev/api/v1/me/subscriptions" -b cookies.txt
json — response
{ "data": [ { "id": 1, "saved_search_id": 2, "channel": "telegram", "active": true } ] }