Skip to main content

get License by Dealer and Product


ApiScope: manage.license.read
API Scope Level: ServiceSubscriberScope
Path Parameters
    ServiceSubscriberDealer string required
    productUuid string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    licenseCount int32
    assigned int32
    assignees string[]
GET /v2/license/dealers/:ServiceSubscriberDealer/products/:productUuid

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/manage
Username
Password
ServiceSubscriberDealer — path required
productUuid — path required
Accept
curl / cURL
curl -L -X GET '/manage/v2/license/dealers/:ServiceSubscriberDealer/products/:productUuid' \
-H 'Accept: application/json'