Overview
This API endpoint enables you to add a domain to our platform via an API call.
The Method
| API | Method | |
|---|---|---|
| REST | GET | https://[Your URL]/api/3.0/domains/create |
Your URL is the address of your install.
Parameters
Required Parameters
| Property | Type | Description | Default | Required | Read Only |
|---|---|---|---|---|---|
| domain | string | Valid domain that needs to be created | None | Yes |
Code Samples
Example Request
Copy to Clipboard