Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
The maximum number of items.
Offset relative to the beginning of list.
The parameter using for sorting data.
Default sort order is ascending. Put -
before value for descending sort order: -id
.
For sorting by multiple parameters write them as comma separated string: id,-status
.
id
sort by client's ID.email
sort by client's email.name
sort by client's name.status
sort by client's status.companyName
sort by client's company name.created_at
sort by client's created datetime.
Use comma separated string for multiple-field sorting.
"email,-created"
Filter byemail address.
Filter by client's company name.
Filter by client's name.
Filter by status of deletion:
true
— only deleted;false
— only non-deleted clients;- other value — return all.
Filter by reseller ID.
Filter by seller ID.
Filter by client's custom ID.
Filter by CDN service status.
new
, trial
, trialend
, active
, paused
, activating
, deleted
Filter by Storage service status.
new
, trial
, trialend
, active
, paused
, activating
, deleted
Filter by DDOS service status.
new
, trial
, trialend
, active
, paused
, activating
, deleted
Filter by DNS service status.
new
, trial
, trialend
, active
, paused
, activating
, deleted
Filter by CLOUD service status.
new
, trial
, trialend
, active
, paused
, activating
, deleted
Filter by Infrastructure Protection service status.
new
, trial
, trialend
, active
, paused
, activating
, deleted
Filter by Connect service status.
new
, trial
, trialend
, active
, paused
, activating
, deleted
Filter by allowed traffic volume (GB).
Filter by allowed traffic volume (GB).
Filter by name of secondary hostnames.
Filter by status of activation:
true
- activated;false
- non-activated.
Exclude clients with these IDs.
Use comma separated string for multiple values.
Filter by bill type.
Filter by users name.
Filter by users email.
Filter all client's that created after this date.
Filter all client's that created before this date.
Filter by feature ids.
Filter test clients:
true
- only test clients;false
- only non-test clients.
Filter by client's type.
reseller
, sales
, common
Filter clients with enabled personal availability on specific products.
Use comma separated string for multiple values.
Filter by promocode.
Filter by country (ISO 3166-1 alpha-2 format).
null
- to get clients without country code.
Response
OK.
Simple array without pagination
The account ID.
List of account users.
The account email.
Phone of a user who registered the requested account.
Name of a user who registered the requested account.
Status of the account.
new
, trial
, trialend
, active
, integration
, paused
, preparation
, ready
The company name.
The company website.
ID of the current user.
System field. List of services available for the account.
An object of arrays which contains information about all services available for the requested account.
An object of arrays which contains information about paid features available for the requested account.
{
"CDN": [
{
"feature_id": 1,
"name": "paid feature name",
"service": "CDN"
}
],
"STREAMING": [
{
"feature_id": 2,
"name": "another paid feature name",
"service": "STREAMING"
}
]
}
An object of arrays which contains information about free features available for the requested account.
{
"CDN": [
{
"feature_id": 1,
"name": "free feature name",
"service": "CDN"
}
],
"STREAMING": [
{
"feature_id": 2,
"name": "another free feature name",
"service": "STREAMING"
}
]
}
System field. Control panel domain.
System field. Type of the account registration process.
sign_up_full
, sign_up_simple
The field shows the status of the account:
true
– the account has been deletedfalse
– the account is not deleted
System field. Billing type of the account.
The account custom ID.
System field. The company country (ISO 3166-1 alpha-2 format).
System field:
true
— a test account;false
— a production account.
System field.
ID of the Seller.
ID of the Reseller.
Client's type.
common
, reseller
, sales
Id of the user, who created client.