Skip to main content
POST
Create new tenant

Overview

Create a new tenant (organization). The authenticated user will automatically be added as an ADMIN of the new tenant.

Authorization

  • User must be authenticated with a valid Bearer token

Automatic Admin Assignment

When you create a tenant, you are automatically assigned as an ADMIN, giving you full control over the organization.

Example Usage

Next Steps

After creating a tenant:
  1. Add team members using the team member endpoints
  2. Create categories for your products
  3. Add products to your catalog
  4. Configure webhooks for integrations

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Example:

"My Store"

Response

201 - application/json

Tenant created

id
integer
name
string
created_at
string<date-time>