Lytics Personalization API
Entity API, ie Personalization or Profile API. Retrieve attributes and segments an entity (most likely a user) is a member of. The *Entity* is a *User* most likely, but since Lytics is organized as a Graph Database, other types of entities may be modeled such as Accounts, or Company, Content, or custom. ``` # read a single user curl -s -H "Authorization: $LIOKEY" \ -XGET "https://api.lytics.io/api/entity/user/user_id/user123" | jq '.' ```