Users
Create User
Register a new user account.
POST
POST
Rate-limited to 10 requests per minute per IP address.
Request Body
string
required
User’s email address. Must be unique.
string
required
Account password. Minimum 8 characters.
string
required
User’s first name.
string
User’s last name.
string
Account type. One of:
webowner, agencyowner, other.Response
boolean
true when the account is created.object
Created user data including
id and email.