acronis backups

Resend Verification Email

This guide provides details on the API enhancements for NIXI (National Internet Exchange of India) compliance, which requires Registrant Email Verification and eKYC (Electronic Know Your Customer) Verification for .IN, third level .IN and .BHARAT domains.

Resend Verification Email

Triggers a fresh domain verification email for domains that currently have a pending Email Verification and/or eKYC status.

(Note: This API will throw an error and cannot be used if eKYC is currently in processing, i.e., eKYCVerificationStatus is Pending Partner Confirmation)

HTTP Method: POST

URL: https://test.httpapi.com/api/domains/nixi/verification/resend.json

Parameters

Parameter Name Required Description Data Type
order-id Yes The Order ID for the Domain. Integer
auth-userid Yes Your Reseller ID. String
api-key Yes Your API Key. String

 

Example Request

POST https://test.httpapi.com/api/domains/nixi/verification/resend.json?auth-userid=0&api-key=key&order-id=0

Example Response
Success Response: Returns the following JSON if the action is executed successfully:


    "status": "Success", 
    "message": "Verification email has been sent to the Registrant contact" 
}
Error Response: In case of any errors, a status key with a value of ERROR, along with a descriptive error message, will be returned.

{
    "status": "ERROR",
    "message": "Resend verification email is not supported for InActive or Deleted domains."
}

 

Get Plan Details

Description

Use this method to get details of your plans. Use the product key as acronisbackupasia or acronisbackupus depending on the type of the order.

Response

Returns details of the plans of the Acronis backup product, along with the plan details of other Products of the Reseller. 

Example:

The response structure for the product will be:

US Location

Search Order

Description

Gets a list and details of the Acronis backup orders matching the search criteria.

HTTP Method

GET

Example Test URL Request

US Server https://test.httpapi.com/api/backup/us/search.json?auth-userid=0&api-key=key&no-of-records=10&page-no=1 
Asia Server https://test.httpapi.com/api/backup/asia/search.json?auth-userid=0&api-key=key&no-of-records=10&page-no=1 

Get Details

Description

Gets the details of an existing Acronis Backup Order.

HTTP Method

GET

Example Test URL Request

Asia

https://test.httpapi.com/api/backups/us/details.json?auth-userid=0&api-key=key&order-id=0

United States

https://test.httpapi.com/api/backups/us/details.json?auth-userid=0&api-key=key&order-id=0

Delete

Description

Deletes an existing backup order.

HTTP Method

POST

Example Test URL Request

US Location  https://test.httpapi.com/api/backups/us/delete.json?auth-userid=0&api-key=key&backup-order-id=0 
Asia Location https://test.httpapi.com/api/backup/asia/delete.json?auth-userid=0&api-key=key&backup-order-id=0 

Renew

Description

Renews the backup order.

HTTP Method

POST

Example Test URL Request

US Location https://test.httpapi.com/api/backup/us/renew.json?auth-userid=0&api-key=key&backup-order-id=0&months=0&invoice-option=NoInvoice&discount-amount=0.00&auto-renew=true
Asia Location https://test.httpapi.com/api/backup/asia/renew.json?auth-userid=0&api-key=key&backup-order-id=0&months=0&invoice-option=NoInvoice&discount-amount=0.00&auto-renew=true

Get Auto Login Token

Description

Generates the Auto Login token to access the Acronis management panel.

HTTP Method

GET

Example Test URL Request

US Location https://test.httpapi.com/api/backup/us/auto-login-details.json?auth-userid=0&api-key=key&backup-order-id=0
Asia Location https://test.httpapi.com/api/backup/asia/auto-login-details.json?auth-userid=0&api-key=key&backup-order-id=0

Parameters

Install Backup Agent

Description

Installs the backup agent to an existing server order.

HTTP Method

POST

Example Test URL Request

US Location https://test.httpapi.com/api/backup/install-agent.json?auth-userid=0&api-key=key&backup-order-id=0&hosting-order-id=0
Asia Location https://test.httpapi.com/api/backup/asia/install-agent.json?auth-userid=0&api-key=key&backup-order-id=0&hosting-order-id