List Licenses
GET {{WEBEXAPI}}/licenses
List all licenses for a given organization. If no orgId is specified, the default is the organization of the authenticated user.
https://developer.webex.com/endpoint-licenses-get.html
Example of a response:
json
{
'items' : [ {
'id' : 'OTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh',
'displayName' : 'Spark Calling',
'totalUnits' : '42',
'consumedUnits' : '8'
} ]
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |