-
Notifications
You must be signed in to change notification settings - Fork 121
Cloud Architecture‐ Create Tenant
Sandesh Menath edited this page Oct 26, 2023
·
4 revisions
-
Endpoint:
/tenants
-
Method:
POST
- Description: Create a new tenant.
Parameter Name | Type | Required | Description |
---|---|---|---|
app_key |
string | required | Your secret key. |
domain |
string | required | The domain name of the new tenant. |
username |
string | required | The username for the admin user. |
product |
string | required | The product for the new tenant. |
product_id |
integer | required | The product ID. |
lic_code |
string | required | The license code for the new tenant. |
POST /tenants
Content-Type: application/json
{
"app_key": "YOUR_THIRD_PARTY_APP_KEY",
"domain": "new-tenant-domain.com",
"username": "admin_user",
"product": "example_product",
"product_id": 123,
"lic_code": "your-license-code"
}
{
"status": "success",
"message": "Your cloud instance has been created successfully. Please visit your website at <a href='https://new-tenant-domain.com' rel='noopener noreferrer' target='_blank'>https://new-tenant-domain.com</a>. You will receive a password on your registered email.",
"password": "your-password",
"tenant": "new-tenant-id"
}
Note: The request data you see is the data Agora invoicing will be sending and will be expecting the response from your cloud in the format which is mentioned here and then the parent API Create tenant will continue executing
Did you find it helpful? If not email us on [email protected]
- Server Requirement
- Installation with Apache 2.4
- Installation with cPanel
- Cron Job or any Job scheduler
Products
Users
Orders
Invoice
Pages
Settings
- Overview
- Check the Domain
- Download
- Latest Version
- Verify Product
- Renewal URL
-
Cloud APIs and Integration
- Tenant Creation API
- Change Domain API
- View Tenant
- Get Tenants
- Delete Tenant
- Delete Cloud Instance for Client
- Enable Cloud
- Domain Cloud Autofill
- Order Domain Cloud Autofill
- Upgrade Cost Calculator API Documentation
- Agent Alteration API Documentation
- Upgrade/Downgrade Cloud Service API Documentation
- Currency Formatting API Documentation
- Currency Format Processing API Documentation
- Payment Calculation API Documentation
- Update User Session API Documentation