GET
/
v1
/
card-hierarchies
curl --request GET \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/hierarchy/v1/card-hierarchies
[
  {
    "id": "<string>",
    "name": "<string>",
    "active": true
  }
]

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json
Successful retrieval of the card hierarchies

The response is of type object[].