Developer Center

Listing Current Licenses

With this API command, "Listing Current Licenses" process is provided.
METHOD POST
URL < API URL >order/list
Content-Type application/json

Parameters
Name Mandatory Description
key Yes API key information you obtained.

Sample Request

{
	"key":"< API KEY >",
}
 
Sample Output
{
    "status": "successful",
    "total": 1,
    "data": [
        {
            "id": "509",
            "status": "active",
            "product_type": "software",
            "product_id": "64",
            "product_name": "Example Software Script",
            "period_type": "year",
            "period_duration": "1",
            "product_amount": "59.8760",
            "product_amount_f": "$59.88",
            "currency": "USD",
            "domain": "testexampledomain3.com",
            "creation_date": "2020-02-27 14:12:00",
            "renewal_date": "2020-02-28 15:25:45",
            "due_date": "2023-02-27 14:12:00"
        }
    ]
}
 
Change License Domain Information Download Installation File

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top