API 金鑰 GET /me/api-keys 複製 僅限工作階段 列出您的金鑰(僅元數據,而不是權杖)。 curl 複製 curl "https://freehire.me/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 } ] }