Logo
AAH 2020.4 API Documentation

02 Activate License

POST https://{{IPAddr}}/api/v1/licenses

Add licenses to the platform. Can be a single license (i.e. Engine Worker) or a list of keys.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://IPAddr/api/v1/licenses' -H 'Content-Type: application/json' -d '{"email":"LicenseMail","licenseKeys":["LicenseHubUser","LicenseEngineWorker","LicenseHubDesigner"]}'

ENDPOINTS