GET
/
v1
/
entities
/
{entityId}
/
features
curl --request GET \
  --url https://platform.realto.io/api/v1/entities/{entityId}/features \
  --header 'Authorization: Bearer <token>'
[
  {
    "feature": "CaptureChargeSessions",
    "isEnabled": true
  }
]

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string
required

The id of the Entity

Response

200
application/json
OK
feature
enum<string>
Available options:
CaptureChargeSessions
isEnabled
boolean