Skip to Content
🎉 Welcome to the new MyOwnFreeHost API Documentation!
CallbacksHosting Account

Hosting account callbacks

The following hosting account callbacks are available:

Account activation

With the account activation callback, you will receive the following form values:


ParameterValueType
username

<vpanel_username>

string
status

ACTIVATED

string
comments

GENERIC ACTIVATION

string

SQL cluster addition

When is the SQL cluster callback sent?
The SQL cluster callback is generally sent a few seconds after an account has been activated for the first time.

With the SQL cluster addition callback, you will receive the following form values:


ParameterValueType
username

<vpanel_username>

string
status

<sql_cluster_id>

string
comments

SQL_SERVER

string

Account suspension

What are the comments that you could receive when an account gets suspended?

Permanent suspension reasons:

  • PHISHING
  • VIRUS_MALWARE_HOSTING
  • NULLED_SCRIPT
  • CONTENT_VIOLATION
  • ABUSE_COMPLAINT
  • SPAM_DOMAIN_SIGNUP
  • REQUESTED
  • ADMIN_SUSPEND
  • ADMIN_CLOSE : <reason>
  • RES_CLOSE : <reason>
  • OTHER

Temporary suspension reasons:

  • DAILY_IO
  • DAILY_HIT
  • MYSQL_OVERLOAD

Inactivity suspension reasons:

  • AUTO_IDLE

With the account suspension callback, you will receive the following form values:


ParameterValueType
username

<vpanel_username>

string
status

SUSPENDED

string
comments

<comment> : <reason>

string

Account reactivation

With the account reactivation callback, you will receive the following form values:


ParameterValueType
username

<vpanel_username>

string
status

REACTIVATE

string
comments

GENERIC REACT

string

Account deletion

When does an account get auto-deleted?
An account usually gets deleted about 60 days after a suspension. In the case that an account went into an auto-idle state it’s about 2 days.

With the account deletion callback, you will receive the following form values:


ParameterValueType
username

<vpanel_username>

string
status

DELETE

string
comments

<vpanel_username>

string

Domain added to account

What are the domain codes?
Parked domain added: CLIENTPARKADD

Subdomain added: CLIENTSUBADD

Addon domain added: CLIENTDOMADD

When the client adds a domain to an account, you will receive the following form values:


ParameterValueType
username

<vpanel_username>

string
status

<domain_code>

string
comments

<the_added_domain>

string

Domain removed from account

What are the domain codes?
Parked domain removed: CLIENTPARKREM

Subdomain removed: CLIENTSUBDEL

Addon domain removed: CLIENTDOMREM

When the client removes a domain from an account, you will receive the following form values:


ParameterValueType
username

<vpanel_username>

string
status

<domain_code>

string
comments

<the_removed_domain>

string

Last updated on