Account Type¶
AccountOptions¶
Attributes:
user_view_welcome: booldecimal_separator: strthousand_separator: strlast_whats_new: Optional[datetime]
AccountOpt¶
Attributes:
authenticator: boolsms: boolemail: bool
AccountInfo¶
Attributes:
active: boolname: stremail: strcountry: Optional[str]timezone: strcompany: Optional[str]newsletter: Optional[bool]developer: Optional[bool]blocked: boolid: GenericIDlanguage: strlast_login: Optional[datetime]options: AccountOptionsphone: Optional[str]send_invoice: boolstripe_id: Optional[str]type: strplan: strcreated_at: datetimeupdated_at: datetimeotp: Optional[AccountOpt]
AccountCreateInfo¶
Information required to create a new TagoIO account.
Attributes:
name: stremail: strpassword: strcpassword: strcountry: Optional[str]timezone: strcompany: Optional[str]newsletter: Optional[bool]developer: Optional[bool]
OTPType¶
Type of One-Time Password authentication method.
Values:
“sms” or “email” or “authenticator”
TokenCreateInfo¶
LoginCredentials¶
Credentials required for account login.
Attributes:
ProfileListInfoForLogin¶
LoginResponse¶
Response data from account login endpoint.
Attributes: