v1

latestOpenAPI 3.0.42026-07-137589157.3 KB
Accounts

Create a new account

The creation of an account requires some background processing. There is no instant feedback of the creation status.

post/accounts

Request body

identifierstring

An identifier for the account.

Should be a domain name for hosting accounts.

servicepack_idinteger

The servicepack id that defines the account.

ftp_passwordstring

Ftp password for the account.

Applies only if the servicepack contains hosting.

Passwords have to adhere to following rules:

<ul><li>Between 8-20 characters.</li><li>Must be a mix of letters and digits.</li><li>Must contain at least one digit (0-9).</li><li>Must contain at least one letter (a-z).</li><li>Cannot contain spaces.</li><li>Cannot contain characters: * € $ & + } { ' " \ </li></ul>

Response

Accepted