Skip to main content
POST
Register organization and admin user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
organization_name
string
required
Minimum string length: 1
Example:

"Acme Corp"

email
string<email>
required
Example:

"admin@acme.com"

password
string
required

Must contain uppercase, lowercase, digit, and special character

Minimum string length: 12
Example:

"SecureP@ssw0rd!"

name
string
required
Minimum string length: 1
Example:

"John Doe"

Response

Registration successful

token
string

JWT token

expires_in
integer

Token expiration in seconds

user
object
organization
object