Skip to content

Verify Product

Ashutosh pathak edited this page Dec 7, 2018 · 2 revisions

Description:

To Verify Details for Installing or checking the latest Update for the Product, call this API with the required parameters mentioned below.

URL:

api/v2/serial


Parameters:

Name Data Type Required / Optional Description
Domain String Optional Enter Your Domain Name
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