Glossary
Postman Collections
License API Collection
4min
for manual data manipulation, the same principles apply as with the management api if any aspect is unclear, kindly consult our official license api docid 35hksz8vrz5kpu1h8ehqb documentation for each request remember to review any comments associated with each request for instance, to enable the floating release functionality, you should edit the desired license, verify the floating cloud checkbox via the platform, and subsequently execute the request to ensure proper operation floating cloud checkbox selected floating release example comment verify floating cloud status on desired license via platform here's an example of how to perform this check using two different scenarios license based and user based license based verification for license based verification, use the following request body { "license key" "{{activate}}", "hardware id" "{{hardware id}}", "product" "{{product code}}" } user based verification for user based verification, utilize the following request body { "username" "{{user email}}", "hardware id" "{{hardware id}}", "product" "{{product code3}}" } these comments serve as guidelines for executing specific actions you can adjust the provided json structures with actual data as needed for your use case postman comments note you can also use the same environment as on our management api with the provided data