Skip to main content
GET
/
v2
/
user
/
me
Get Current User
curl --request GET \
  --url https://api.village.ai/v2/user/me \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "user_abc123",
    "email": "john@example.com",
    "name": "John Doe",
    "created_at": "2024-01-01T00:00:00.000Z",
    "is_sync_complete": true,
    "is_active": true
  },
  "metadata": {
    "request_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.village.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Response

User information retrieved successfully

data
object
required

Current authenticated user information

metadata
object
required