Skip to main content
POST
Register new user

Body

application/json
email
string<email>
required
password
string<password>
required
Minimum string length: 8
Example:

"SecurePass123!"

firstName
string
required
Example:

"John"

lastName
string
required
Example:

"Smith"

businessType
enum<string>
default:business
Available options:
business,
individual,
company,
trust
countryCode
string
default:AU
Example:

"AU"

Response

User registered successfully

success
boolean
token
string
user
object