cURL
curl --request GET \ --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/features \ --header 'Authorization: Bearer <token>'
[ { "feature": "CaptureChargeSessions", "isEnabled": true } ]
Returns all the Entity features and their activation status
Access Token Authentication
The id of the Entity
OK
The response is of type object[].
object[]
Was this page helpful?