License
Information about the company's current Helix TeamHub license.
Attributes
seats_used
Number of seats used.
- Type:
int
seats
Total number of seats available.
- Type:
int
academic
Whether or not the license is academic.
- Type:
boolean
Operations
GET /company/license
Returns the company's license information.
Example Request
curl -X GET
-H "Accept: application/vnd.hth.v1" \
-H "Authorization: hth.company_key='$COMPANY_KEY',account_key='$ACCOUNT_KEY'"
https://helixteamhub.cloud/api/company/license
Example Response
{
"api_status": 200,
"api_timestamp": "2013-01-25T15:00:03Z",
"seats_used": 53,
"seats": 100,
"academic": false
}