Me
Full URL: GET https://api.kupe.in/api/v1/me
Returns the authenticated user id (user_id), email, optional phone, and profile_image_url
when the Supabase Auth user has avatar fields in user_metadata or OAuth identities (picture, etc.).
Auth: send x-api-key (integration) or Authorization: Bearer with the Supabase JWT (dashboard session).
With an API key, the server resolves your owner user id and enriches profile fields via the Auth admin API.
Authorizations
Kupe dashboard API key for your user.
Response
Current user
Supabase Auth user id for this session.
bearer, api_key From user_metadata (e.g. avatar_url, picture) or provider identities when available.
Sanitized copy of public metadata keys (no secrets).