Skip to main content
POST
Sign up a new tenant (public)

Headers

Idempotency-Key
string

Repeat the same key to safely retry; the original result is replayed for 24h.

Body

application/json
email
string<email>
required
password
string
required

At least 8 characters, including letters and numbers.

Minimum string length: 8
full_name
string
required
company_name
string
required
country
string
required

ISO 3166-1 alpha-2 country code.

industry
string
required
selected_modules
string[]

Optional module keys to enable at signup.

team_size
integer | null

Response

Tenant created

success
enum<boolean>
Available options:
true
data
object
meta
object