-
Notifications
You must be signed in to change notification settings - Fork 121
Cloud Architecture‐Change Tenant domain
Sandesh Menath edited this page Oct 26, 2023
·
3 revisions
-
Endpoint:
/changeDomain
-
Method:
POST
- Description: Change the domain of an existing tenant.
Parameter Name | Type | Required | Description |
---|---|---|---|
app_key |
string | required | Your secret key. |
currentDomain |
string | required | The current domain of the tenant. |
newDomain |
string | required | The new domain for the tenant. |
lic_code |
string | required | The new license code. |
POST /changeDomain
Content-Type: application/json
{
"app_key": "YOUR_THIRD_PARTY_APP_KEY",
"currentDomain": "current-tenant-domain.com",
"newDomain": "new-tenant-domain.com",
"lic_code": "new-license-code"
}
{
"status": "success",
"message": "Your domain has been changed"
}
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 Change Domain 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