Webostock API

Webostock API to verify Purchase


Request URI

/licenses/v1/

Request Method

GET

This URI support GET Method.

PARAMS

PARAM TYPE EXAMPLE REQUIRED
key string Order ID Yes
item_id integer Item ID Yes
domain string

domain on which the item is being used.

(set this to webostock.com if there is no domain restriction)

Yes

 

SAMPLE REQUEST

https://webostock.com/licenses/v1/?key=abc123123&item_id=12345$item_id&domain=webostock.com

 

Response

 {
   "item_id":"12345",
     "order_id":"abc123123",
     "domain":"webostock.com",
     "status":"active"
}