License request

Request of license engine

Endpoint

GET /api/engine/license/

Auth

Authorization: Bearer ${token}

Response

Json
[
    {
        "kind": "status",
        "payload": {
            "code": 0,
            "message": ""
        }
    },
    {
        "kind": "entity",
        "payload": {
            "expires": "",
            "identity": "",
            "issued": "",
            "name": "",
            "owner": "",
            "permission": {
                "bridge": {
                    "count": 0,
                    "traffic": 0
                },
                "object": {},
                "platform": {},
                "proxy": {
                    "count": 0,
                    "traffic": 0
                },
                "shell": {},
                "workflow": {}
            },
            "signature": "",
            "starts": ""
        }
    }
]