Push notifications & alerts
POST /me/notifications/{id}/read Session only
Mark one notification read (idempotent).
Returns 204 No Content.
Path parameters
idinteger required- The notification id.Example
5
curl -X POST "https://freehire.me/api/v1/me/notifications/5/read" -b cookies.txt