Skip to main content
POST
Register

Body

application/json

Request body for account registration.

email
string<email>
required

User's email address

password
string
required

User's password

Minimum string length: 1
account_name
string | null

Display name for the account (required in multi-tenant mode)

Required string length: 1 - 255
account_slug
string | null

URL-friendly account identifier (auto-generated if not provided)

Required string length: 3 - 32

Response

Successful Response

Response for successful registration (verification required).

message
string
required

Success message instructing to verify email

user
UserResponse · object
required

User information

account
AccountResponse · object
required

Account information