Get license details.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
LicenseResponse
| Property | Description | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| accountUsage | AccountOrMeterUsage | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
AccountOrMeterUsage properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| billsCreatedLast12Months | BillUsage | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
BillUsage properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| billsCreatedLast30Days | BillUsage | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
BillUsage properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| emissionSourcesScope1And2Usage | LicenseUsage | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
LicenseUsage properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| emissionSourcesScope3Usage | LicenseUsage | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
LicenseUsage properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| expirationDate | User’s license expiration date. | string (date-time) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| licenseFeatures | LicenseFeatures | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
LicenseFeatures properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| licensedMeters | Number of licensed meters for this user. | integer (int32) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| meterUsage | AccountOrMeterUsage | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
AccountOrMeterUsage properties
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| notes | Additional notes related to the license. | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| userNumber | The user number. | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| utilityManagementSKU | Application SKU as set in the license code for UtilityManagement. Possible values are: SaaS (Express), Professional, Online (Enterprise), ConsultantPlatform, ConsultantPlatformPlus, UtilityCompanyPlatform, and Other. | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| validationKey | User’s license validation key. | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| version | EnergyCAP version on this license. | string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example Response
{ "accountUsage": { "chargeback": 1, "inactive": 1, "nonChargeback": 1
}, "billsCreatedLast12Months": { "accrual": 1, "chargeback": 1, "imported": 1, "manuallyEntered": 1
}, "billsCreatedLast30Days": { "accrual": 1, "chargeback": 1, "imported": 1, "manuallyEntered": 1
}, "emissionSourcesScope1And2Usage": { "active": 1, "inactive": 1, "purchased": 1
}, "emissionSourcesScope3Usage": { "active": 1, "inactive": 1, "purchased": 1
}, "expirationDate": "2026-03-30", "licenseFeatures": { "accountingExport": false, "billAccruals": false, "billCAPtureManagedServices": false, "billCapturePostPay": false, "billCapturePrePay": false, "budgets": false, "carbonHub": false, "chargebacks": false, "costAvoidance": false, "customBenchmarks": false, "energyCAPPayments": false, "ghg": false, "ghgLegacy": false, "ghgPremium": false, "intervalData": false, "intervalDataAnalysis": false, "nonEnglishBills": false, "reportDesigner": false, "reportDistribution": false, "uIdI": false, "vendorManagementServices": false
}, "licensedMeters": 1, "meterUsage": { "chargeback": 1, "inactive": 1, "nonChargeback": 1
}, "notes": "string", "userNumber": "string", "utilityManagementSKU": "string", "validationKey": "string", "version": "string"
}