GET
/
v1
/
entities
/
{entityId}
/
disaggregators
curl --request GET \
  --url https://platform.realto.io/api/v1/entities/{entityId}/disaggregators \
  --header 'Authorization: Bearer <token>'
{
  "disaggregators": [
    "Sandy"
  ]
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string
required

The id of the Entity

Response

200
application/json
OK
disaggregators
enum<string>[] | null
required
Available options:
Sandy