Accounts
Create account
CreateAccount
Creates an account in Motto platform.
POST
/
iam
/
accounts
/
v1
Body
application/json
email
string
requiredpassword
string
requiredPassword must not be less than 8 characters long, must contain at least one letter, must contain at least one number or special character and have not more than 3 repeating characters
first_name
string
last_name
string
Response
200 - application/json
account
object
An account that can be used to identify someone within the Motto Studio API.
Important: not to be confused with User
which is a user of the Motto Content Delivery API.
token
string