Application mail
POST /me/inbox/read-all Session or API key
Mark every unread message matching the filters as read.
Query parameters
sourcestring- Narrow to one account.
statusstring- Narrow to one label.
linkstring- Narrow to one link state.
qstring- Narrow by search.
curl -X POST "https://freehire.me/api/v1/me/inbox/read-all" -H "Authorization: Bearer fhk_…"{ "data": { "marked": 12 } }