curl -X GET https://api.example.com/api/auth/me \ -H "Cookie: icl-session=<session-value>"
{ "user": null}
Authentication
Get Current User
Retrieve the currently authenticated user
GET
/
api
/
auth
/
me
curl -X GET https://api.example.com/api/auth/me \ -H "Cookie: icl-session=<session-value>"
{ "user": null}
Returns information about the currently authenticated user based on the session cookie. Use this endpoint to verify authentication status and retrieve user details.