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
Path Parameters
Account ID.
Body
The account email.
The company name.
The account custom ID.
Name of a user who registered the requested account.
Phone of a user who registered the requested account.
ID of the Reseller.
ID of the Seller.
System field:
true
— a test account;false
— a production account.
Response
OK.
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.