Entity Types

Entity Types for the Users API

User

User denotes the user account that you are logged in as, the web3 address for the logged in user should match the address that you using for Step 1 of the API authentication. The User entity should also include a user ID as an identifier.

Other Accounts

Other accounts corresponds to a list of other accounts. For Web2 accounts, DIMO currently supports email lookup for Apple login and Google login. For Web3 accounts, DIMO supports lookup with Ethereum address with the provided address.

Last updated