Openapi
Return the currently authenticated user for the active request. Accepts a bearer token for API clients while continuing to support the current browser session.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/users/me"{ "createdAt": "2019-08-24T14:15:22Z", "email": "user@example.com", "emailVerified": true, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "lastSignInAt": "2019-08-24T14:15:22Z"}