Skip to main content
GET
/
v1
/
entities
/
{entityId}
/
features
List Entity features
curl --request GET \
  --url https://api.traxes.io/connect/v1/entities/{entityId}/features \
  --header 'Authorization: Bearer <token>'
[
  {
    "feature": "CaptureChargeSessions",
    "isEnabled": true
  }
]

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

Response

OK

feature
enum<string>
Available options:
CaptureChargeSessions
isEnabled
boolean

Will return true when the feature is activated, false otherwise