Skip to main content

Get Client Licenses

Select

SaaS
Customer Managed

This operation returns the licenses that are applied to a client.

More Details

Path Parameters
  • clientId string required
Responses

OK


Schema
  • licensesInfo object[]
  • platformType integer
  • license object
  • licenseType integer
  • appType integer
  • licenseName string
GET /client/:clientid/license    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/License' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'