Authentication

GET /auth/me Session or API key

The current user (cookie or API key).

curl
curl "https://freehire.dev/api/v1/auth/me" -H "Authorization: Bearer $FREEHIRE_API_KEY"
json — response
{ "data": { "id": 1, "email": "me@example.com", "role": "user" } }