Get all vendors that the license manager works with


GET /v1.0/lm/vendors

Returns the vendors array:

{
    "vendors": [
        {
            "publicCode": 1368487351,
            "publicCodeText": "DEMONVK"
        }
    ]
}
  • No labels