Management API
License

Import License Features From CSV

5min

Imports license features from csv if requesting manager has access permissions to it.

URL : /api/v1/licenses/import_features_from_csv/

Method : POST

Content-Type

Required Content-Type is multipart/form-data with the following single key value pair:

  • Key: file
  • Value: {csv file from which to import}

Required CSV Headers

  • license_key
  • code

Possible CSV Headers

  • max_consumption
  • total_consumptions
  • expiry_date
  • allow_overages
  • consumption_period
  • max_overages
  • reset_consumption

Data example

Text


Success Response

Code : 200 OK

Content examples :

JSON


job_id from response can be used to query the import result.