Get Licensing Info
This article lists REST API requests concerning TeamCity licensing.
Licensing information |
GET http://<TeamCity Server host>:<port>/app/rest/server/licensingData
|
List of license keys |
GET http://<TeamCity Server host>:<port>/app/rest/server/licensingData/licenseKeys
|
License key details |
GET http://<TeamCity Server host>:<port>/app/rest/server/licensingData/licenseKeys/<license_key>
|
Add license key(s) |
|
Delete a license key |
DELETE http://<TeamCity Server host>:<port>/app/rest/server/licensingData/licenseKeys/<license_key>
|
Last modified: 25 January 2021