Single

This endpoint can be used to query single Software record.

Endpoint

GET
/wp-json/dlm/v1/software/{software_id}

Parameters

Name Type Default Is required
type string wp No
activation_token string No

Responses

{
    "success": true,
    "data": {
        "name": "My Premium Plugin",
        "version": "1.0.2",
        "license": "W0Z2-5203-CCA1-Z055",
        "download_url": "http://site.com/wp-json/dlm/v1/software/download/154c86132950f306fc8682e0aaa6f8e97b549077?consumer_key=ck_77633b1c12b56efc951856e645c65dd70dddd111&consumer_secret=cs_b9991a061c43b8b8681714498f5b80c2e002c020",
        "url": "http://site.com/product/my-premium-plugin/",
        "details": {
            "name": "My Premium Plugin",
            "tested": "5.8.0",
            "requires": "5.1.0",
            "requires_php": "7.0.0",
            "last_updated": "2021-11-27 20:49:01",
            "stable_tag": "1.0.2",
            "sections": {
                "changelog": "

1.0.1
Something #1
Something #2

" } } } }
{
    "code": "data_error",
    "message": "No software entry found for this product.",
    "data": {
        "status": 404
    }
}