Vendor Platform
Importing/Exporting Data

License Features Import

7min

Importing license features allows you to upload multiple features in bulk, expediting the process of managing and associating features with licenses. This page outlines the steps for importing license features using both the platform interface and the Management API.

Importing License Features via Platform Interface

1. Navigate to the License Features Import Section

  • Open the Licenses menu in the sidebar and select the License Features Import tab, as shown below.
License Features Import Tab
License Features Import Tab


2. Prepare Your CSV File

  • Populate your CSV file with your license data. Ensure you include the required headers, such as license_key and code.
  • There are other optional headers that can be included in this CSV file for more detailed configurations, such as max_consumption and expiry_date.
  • Optionally, you can click the Download import template file button to download a pre-formatted CSV file. This template ensures your data conforms to the required structure. This template is also included below:

3. Upload Your CSV File

  • Drag and drop your prepared file into the upload area or click to browse and select your file. The platform accepts .csv files only.
CSV Upload Area
CSV Upload Area


4. Monitor the Upload Status

  • Once uploaded, the platform will validate your data and display the status in the Imports List section.
  • If successful, the status will show as success. Otherwise, review the error messages, correct the data, and re-upload.
Imports List and Status
Imports List and Status


Importing License Features via Management API

For users who prefer programmatic imports, the Management API provides a simple endpoint to import license features from CSV files.

More information regarding this style of importing can be found at Import License Features From CSV, our page outlining the Management API endpoint for performing the equivalent action.