Skip to content

Verify Details for Installing or checking the latest update of the Product

Ashutosh pathak edited this page Dec 7, 2018 · 1 revision

Description:

Install/Check Update Product

URL:

api/v2/serial


Parameters:

Name Data Type Required / Optional Description
Domain String Optional Enter Your Domain Name/td>
Order Number Integer Required Enter Order Number Of the Product
Serial Key String Required Enter Serial Key Of the Product
Request Type String Required Is it an 'install' request or 'check_update' request
Version String Required Enter the Latest Version(Required for 'check_update' type,optional for 'install' type)
Name String Required Enter the Product Name(Required for 'check_update' type,optional for 'install' type)

HTTP Method:

POST

Response Format:

JSON

Response:

Return result success/fails

JSON Response Example:

Success Response :

{"status":"success","message":"this-is-an-valid-request"}

Error Response:

{"status":"fails","message":"this-is-an-invalid-request"}

Clone this wiki locally