On this page

clients

Get clients

Get client info.

This endpoint is part of Local instance (On-prem) specific endpoints.

GET /api/v2/clients

This endpoint takes no query/header parameters.

Responses

CodeDescription
200Successfully retrieved usage data files with download links
500Internal server error
400Bad request
403Permission Denied

Example responses

{
  "data": {
    "items": {
      "client_user_id": "test_user",
      "client_ip_addresses": "<client_ip_addresses>",
      "client_machine_id": "c31aa37762ef3bb84e09eeea0bc9bccb6b96a81b2657b1a356ec51709975a5ea",
      "client_current_licenses": [
        {
          "license_number": "1111111",
          "lease_valid_from": "2025-06-01T08:39:20Z",
          "lease_valid_to": "2025-09-01T08:39:20Z"
        }
      ]
    }
  }
}
{
  "status": false,
  "code": "1234"
}
{
  "status": false,
  "message": "Invalid request parameters"
}
{
  "status": false,
  "code": "1234"
}

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.