createacct
Create Account
To create an eenos hosting account
Required Parameters
Filed | Description | Example |
apiuser | The API user name | eenos_api |
apiauth | The API user password | eenos123 |
domain | Client main website name | myclientsite.com |
user | A user name for eenos account | myclient |
The contact email address of client | contact@myclientsite.com | |
package | The hosting plan or package name | Brownse |
Optional Parameters
Filed | Description | Example |
password | A password for eenos login , will be auto generated if not given | changeclientpassword |
language | The language code for eenos control panel, default is 'en' | en |
theme | If you have custom theme name , default theme is 'default' | default |
mailserver | Use local or remote mail server , default 'local' | local |
dkim | To enable dkim , values accepted 'off' or 'on' | off |
spf | To enable spf , values accepted 'off' or 'on' | off |
reseller | To make this account reseller , accepted values 'off' or 'on' | on |
resellerself | Self on accounts in case of reseller, values accepted 'off' or 'on' | on |
use_registrar_ns | To use domain registrar NS records , accepted values 'off' or 'on' | on |
ipv4 | To enable dedicated IPv4 , values accepted 'off' or 'on'. This will override package feature | off |
ipv6 | To enable dedicated IPv6, values accepted 'off' or 'on'. This will override package featture | off |
shell | To enable shell access , values accepted 'off' or 'on | off |
Result Status Codes
Status Code | Description |
200 | Success |
500 | Server Error |
403 | Forbidden , demo server |
400 | Bad data request |
Request URL
Post url = /createacct/
Full URL = https://your-host-name:5555/api/createacct/