Authentication
GET /auth/me Session or API key
The current user (cookie or API key).
curl "https://freehire.dev/api/v1/auth/me" -H "Authorization: Bearer $FREEHIRE_API_KEY"{ "data": { "id": 1, "email": "me@example.com", "role": "user" } }Authentication
The current user (cookie or API key).
curl "https://freehire.dev/api/v1/auth/me" -H "Authorization: Bearer $FREEHIRE_API_KEY"{ "data": { "id": 1, "email": "me@example.com", "role": "user" } }