Retrieve all licenses associated with a customer through their orders
accessBearerAuth In the value field below, fill in the access token. It has a 10 minutes validity period. A valid token can be obtained via the /accesstoken endpoint (call), AFTER authorization with refreshBearerAuth and the refresh token.
In: header
The UUID of the customer
uuidInclude linked datalink IDs for each license
falseapplication/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/license/customer/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "licenses": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "key": "string", "gridKw": null, "solarKw": null, "batteryKw": null, "evKw": null, "creationDate": "2019-08-24T14:15:22Z", "activationDate": null, "duration": 0, "deactivationDate": null, "type": "residential", "datalinks": [ "40227ae0-8362-4d27-be61-8d7efd929d11" ] } ]}