API keys

GET /me/api-keys Session only

List your keys (metadata only, never the token).

curl
curl "https://freehire.dev/api/v1/me/api-keys" -b cookies.txt
json — response
{ "data": [ { "id": 7, "name": "cli-laptop", "token_prefix": "fh_ab12", "last_used_at": null, "expires_at": null } ] }