Skip to main content
POST
Register new account

Overview

Create a new user account. After registration, you can create or join tenants.

No Authentication Required

This is a public endpoint - no Bearer token needed.

Password Requirements

  • Minimum 8 characters
  • Consider using strong passwords with mixed characters

Example Usage

Next Steps

After registration:
  1. Login to receive your authentication token
  2. Create a new tenant or get invited to existing ones
  3. Start managing your e-commerce platform

Body

application/json
name
string
required
Example:

"John Doe"

email
string<email>
required
Example:

"john@example.com"

password
string<password>
required
Minimum string length: 8
password_confirmation
string<password>
required

Response

Account created successfully

token
string
user
object