Saved searches & subscriptions
PATCH /me/subscriptions/{id} Session only
Pause or resume a subscription.
Path parameters
idinteger required- The subscription id.Example
1
Body
activeboolean required- Whether the subscription is active.Example
false
curl -X PATCH "https://freehire.dev/api/v1/me/subscriptions/1" \
-H 'Content-Type: application/json' -b cookies.txt \
-d '{"active":false}'{ "data": { "id": 1, "active": false } }