Developer Center

View Order Details

This API action shows all the details of the selected service.

Method / Endpoint

POST/ {{API_URL}} order/detail

Request Parameters

Name Requirement Description
key Yes API Key
id Yes ID Number of the order

Sample cURL Request

curl --location 'https://example.com/api/reseller/order/detail' \
--header 'Content-Type: application/json' \
--data '{
    "key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09",
    "id": "3"
}'

Sample JSON Response (Hosting Order)

{
    "id": 3,
    "status": "inprocess",
    "period_type": "month",
    "period_duration": 1,
    "product_name": "L RESELLER",
    "product_type": "hosting",
    "product_id": 36,
    "product_amount": "39.0000",
    "product_amount_f": "$39",
    "currency": "USD",
    "domain": "example123.com",
    "features": {
        "disk_limit": "1000",
        "bandwidth_limit": "unlimited",
        "email_limit": "unlimited",
        "database_limit": "unlimited",
        "addons_limit": "unlimited",
        "subdomain_limit": "unlimited",
        "ftp_limit": "unlimited",
        "park_limit": "unlimited",
        "max_email_per_hour": "unlimited",
        "cpu_limit": "%35"
    },
    "creation_date": "2024-01-27 07:09:50",
    "renewal_date": "2024-01-27 07:09:50",
    "due_date": "2024-02-27 07:09:50"
}

Sample JSON Response (Software Order)

{
    "id": 2,
    "status": "active",
    "period_type": "none",
    "period_duration": 1,
    "product_name": "Example a Script",
    "product_type": "software",
    "product_id": 21,
    "product_amount": "99.0000",
    "product_amount_f": "$99",
    "currency": "USD",
    "domain": "text123example.com",
    "change_domain": false,
    "download_type": "link",
    "download_link": "https://www.example.com/file.zip",
    "creation_date": "2024-01-27 07:04:52",
    "renewal_date": "2024-01-27 07:04:52",
    "due_date": "0000-00-00 00:00:00"
}
Create Order Renew Order

Do you have any questions?

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