Portfolio Manager

Sell Domains

Offers Received

Registrar

Consolidate

Verified Stats

Monetization API

Registrar API

My Account Manual

API Queries - Push

The push API function allows you to move a domain from your account to another Above.com account. There is no fee for this and the domain is usually moved within a few minutes. If you want to transfer a domain into your Above.com account from another registrar, use the Transfer function instead. Additional parameters are required for this function.

Additional Parameters
  • domain - Domain name to be pushed. Note: http://www. should not be included.
  • toaccount - Username of the Above.com account you want to push the domain to.
  • comment - A breif comment describing why the domain was pushed to this account.

Your API key is required and all values should be correctly URL encoded.

Example

In the below example, we will push the domain "paper.com" to the Above.com account "paperstore@above.com" and include the comment "Payment for domain received" (domain=paper.com&toaccount=paperstore@above.com&comment=Payment for domain received). Note that all values need to be correctly URL encoded before querying the API (see below).

Query

https://www.above.com/registrar/api/query.html?key=APIKEY&query=push&domain=paper.com&toaccount=paperstore%40above.com&comment=Payment%20for%20domain%20received

Response
<results code="100" />
            

Error Codes

Possible error responses for this function are:

For a complete list of error responses, see the Error Codes manual page.