cURL
curl --request GET \ --url https://api.traxes.io/connect/v1/entities/{entityId}/nominal-power \ --header 'Authorization: Bearer <token>'
{ "nominalPower": 123 }
Returns the nominal power setting of the Entity
Access Token Authentication
The id of the Entity
OK
Was this page helpful?