cURL
curl --request GET \ --url http://sandbox.mintlify.com/users/me \ --header 'X-API-Key: <api-key>'
Returns the profile information of the currently authenticated user. Requires Supabase authentication token.
curl -X GET http://localhost:3001/api/users/me \ -H "Authorization: Bearer <token>"
API Key for authentication (format: sk_...)
User retrieved successfully. Returns user profile with email and metadata.