Skip to main content
POST
Create new account

Authorizations

x-api-key
string
header
required

Body

application/json
username
string

The account username.

Example:

"johndoe@reseller.com"

password
string

The account password.

Example:

"secret"

limit
integer

The initial allocated traffic allowance in bytes.

Example:

1000000

sync_with_parent
boolean
default:false

If true, synchronize the new account's domains blocklist with the parent account. The sub-account can still have its own blocklist entries, which are merged with the parent's.

Response

User was created successfully.

id
string

The account ID (uuid).

Example:

"57ed834f-f6f6-47d4-ab23-5674d7866b32"