V2 (Stable)
cURL
curl --request GET \ --url https://api.village.do/v2/user/me \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "user_abc123", "email": "[email protected]", "name": "John Doe", "created_at": "2024-01-01T00:00:00.000Z", "is_sync_complete": true, "is_active": true }, "metadata": { "request_id": "<string>" } }
Returns profile information and sync status for the authenticated user. Use this to verify authentication and check if the user has completed their network sync.
demo_token_global
User information retrieved successfully
Current authenticated user information
Show child attributes
Was this page helpful?