cURL
curl --request GET \ --url https://api.chessa.ai/v1/users/me
{ "user": { "createdAt": "2025-01-15T10:30:45.123Z", "email": "john.doe@example.com", "fullName": "John Doe", "id": "a1b2c3d4-e5f6-7g8h-9i10-j11k12l13m14", "numericTag": 1234, "referralCode": "john123", "status": "active", "timeZone": "Africa/Lagos", "updatedAt": "2025-03-12T14:22:18.456Z" } }
Get the current user’s information.
""
Success Response
Show child attributes
Was this page helpful?