Create Tenant
Tenant API
Adding Tenant
Create a new domain/workspace in the system
POST
Create Tenant
Create a new domain/workspace in the system. Each tenant can have one domain associated with it.
Features
- Workspace/tenant creation
- Domain association
- Default email configuration
- Automatic API key generation
- DNS verification preparation
Required Fields
name: Workspace/tenant name (usually company name)domain: Default domain nameemail: Default sending email address
Response
201 Created: Tenant created successfully400 Bad Request: Invalid request parameters401 Unauthorized: Invalid API key409 Conflict: Tenant or domain already exists
After creating a tenant, you’ll need to verify your domain’s DNS settings before sending emails.
Authorizations
Body
application/json
Response
Tenant created successfully