Account, plan & extension
GET /me/plan/history Session or API key
What you spent your allowances on, newest first.
Each entry is labelled with what it bought — the job an analysis was run on, the vacancy a CV editing session was opened for — rather than an opaque reference. A release entry is one that was given back because the work produced nothing.
curl "https://freehire.me/api/v1/me/plan/history" -H "Authorization: Bearer fhk_…"{ "data": [ { "feature": "match", "day": "2026-08-31", "kind": "consume", "label": "Job analysis", "subtitle": "Senior Backend Engineer at Acme", "created_at": "2026-08-31T09:00:00Z" } ] }