Skip to main content
GET
/
api
/
v1
/
me
Me
curl --request GET \
  --url https://api.kupe.in/api/v1/me \
  --header 'x-api-key: <api-key>'
{
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "auth": "bearer",
  "email": "jsmith@example.com",
  "phone": "<string>",
  "profile_image_url": "<string>",
  "full_name": "<string>",
  "user_metadata": {}
}

Documentation Index

Fetch the complete documentation index at: https://kupe.in/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:YOUR_KUPE_API_KEY
required

Kupe dashboard API key for your user.

Response

Current user

user_id
string<uuid>
required

Supabase Auth user id for this session.

auth
enum<string>
required
Available options:
bearer,
api_key
email
string<email> | null
phone
string | null
profile_image_url
string<uri> | null

From user_metadata (e.g. avatar_url, picture) or provider identities when available.

full_name
string | null
user_metadata
object

Sanitized copy of public metadata keys (no secrets).