website logo
⌘K
Getting Started
Introduction
Basic Concepts
Opening an Account
Creating & Configuring Products
Integrating SDK and Configuring License Fulfillment
Activate a Key-Based License
Vendor Platform
Issuing New Licenses
License Detail View
Order Detail View
Customer Detail View
Metadata
Analytics
Settings
Product Configuration
Product Features
Product Custom Fields
Product Versioning
License Policies
Product Bundles
License Entitlements
License Types
Activations & Device Transfers
Features
Custom Fields
License Start Date
License Note
Maintenance Period
Trial Licenses
Floating Licenses
License Activation Types
Portals
End-User Portal
Offline Portal
Air-Gapped Portal
License API
License API Authorization
License Activation/Deactivation
License Check
Consumption
Floating
Trial Key
Product Details
Device Variables
Changing Password
Management API
Making API Requests
Management API Authorization
Customer
Product
Order
License
Device
Analytics
SDKs
Tutorials
.NET/C# SDK
.NET/C# Management SDK
C++ SDK
Java SDK
Python SDK
Go SDK
Delphi SDK
Swift/Objective-C SDK
Android SDK
Unity SDK
Errors and Response Codes
Floating Server
API Reference
Deployment
Configuration
Floating Server UI
Securing the Server
Whitelabeling
FAQ
Floating Server Changelog
Integrations
Salesforce
FastSpring
Stripe
Shopify
Common Scenarios
Single Sign On (SSO)
Glossary
General
SDK Glossary
Vendor Platform
Product Configuration Glossary
License Configuration
Postman Collections
Frequently Asked Questions
Changelog
License API changelog
Platform changelog
Docs powered by
Archbee
Glossary
Postman Collections

License API Collection

6min

For manual data manipulation, the same principles apply as with the Management API.

If any aspect is unclear, kindly consult our official License API 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 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:

JSON
|
{
  "license_key": "{{activate}}",
  "hardware_id": "{{hardware_id}}",
  "product": "{{product_code}}"
}


User-Based Verification

For user-based verification, utilize the following request body:

JSON
|
{
  "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.
Postman Comments.


Note: You can also use the same environment as on our management API with the provided data.



Updated 15 Sep 2023
Did this page help you?
PREVIOUS
Management API Collection
NEXT
Frequently Asked Questions
Docs powered by
Archbee
TABLE OF CONTENTS
Floating Release
License-Based Verification
User-Based Verification
Docs powered by
Archbee