Get License Details
GET {{WEBEXAPI}}/licenses/{{_license}}
Shows details for a license, by ID.
Specify the license ID in the licenseId parameter in the URI.
https://developer.webex.com/endpoint-licenses-licenseId-get.html
Example Response:
json
{
'id' : 'OTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh',
'displayName' : 'Spark Calling',
'totalUnits' : '42',
'consumedUnits' : "8'
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |