ExtremeLocation License APIs (1.0.0)

Download OpenAPI specification:Download

ExtremeLocation License APIs allows you to programmatically allocate and manage licenses like sensor license for access points, short and long visit license for Bluetooth.

License API

Allocate license to site

Allocates license for site. * siteId : Provide siteId for license allocation

Request Body schema: application/json

JSON Object

string

Responses

200

License allocated successfully for the tenant

400

Bad Request

404

Error applying license

post /license/allocate
https://manage.extremelocation.com/eloc-api/licensing/v1/license/allocate

Request samples

Content type
application/json
Copy
Expand all Collapse all
"string"

Enable asset tracking

Asset Tracking needs to do BLE related settings in backend. Which will be triggered on this API call. Note: This is one time non-recoverable process

Responses

200

Asset Tracking is successfully enabled for the tenant

400

Bad Request

500

Error applying license

post /license/assetTracking
https://manage.extremelocation.com/eloc-api/licensing/v1/license/assetTracking

Retrieve detailed license information

Returns detailed information about license for tenant.

query Parameters
siteId
string

Returns site allocation details for site

sensor
boolean

Returns sensor license information

visit
boolean

Returns visit license information

asset
boolean

Returns asset license information

Responses

200

License information for tenant retrieved successfully

400

Bad Request

404

Error fetching license

get /license/info
https://manage.extremelocation.com/eloc-api/licensing/v1/license/info

Retrieve brief license information

Responses

200

License information for tenant retrieved successfully

400

Bad Request

404

Error fetching license

get /license/info/tenant
https://manage.extremelocation.com/eloc-api/licensing/v1/license/info/tenant

Apply new licenses

A License can be applied only for tenant with Short Visit, Long Visit and Sensor options. * Below are the required parameters.
* license : License key received for valid account number

Request Body schema: application/json

JSON Object

string

Responses

200

License added successfully for the tenant

400

Bad Request

404

Error applying license

post /license/new
https://manage.extremelocation.com/eloc-api/licensing/v1/license/new

Request samples

Content type
application/json
Copy
Expand all Collapse all
"string"