cURL
curl --request GET \ --url https://api.traxes.io/connect/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
CaptureChargeSessions
Will return true when the feature is activated, false otherwise
true
false
Was this page helpful?