Get current authenticated user
Users
Get Current User
Returns the profile information of the currently authenticated user. Requires Supabase authentication token.
GET
Get current authenticated user
Retrieves the authenticated user’s profile information.
Response
Returns user details including:- User ID, email, name
- Profile metadata
- Account creation date
Example
Use Cases
- Display user profile in application
- Verify authentication status
- Get user details for personalization
Authorizations
API Key for authentication (format: sk_...)
Response
User retrieved successfully. Returns user profile with email and metadata.