cURL
curl --request GET \ --url https://api.example.com/api/users/me \ --cookie better-auth.session_token=
Returns the authenticated user’s profile and active session.
Default Response
Was this page helpful?