License
Get a license defined for the tenant.
Get a license defined for the tenant.
get/api/v2/licenses/{id}
Path parameters
idinteger required
The id of the license requested.
Response
Success
Example response
{
"LicenseId": 213,
"Type": "ContinuousAnnual",
"StartDate": "2021-09-29T16:47:36.527Z",
"EndDate": "2022-09-29T16:47:36.527Z",
"NumberOfRemainingEntities": 7,
"NumberOfMaxEntities": 20,
"RemainingSwapCount": 3,
"TotalSwapCount": 10
}