Skip to main content
GET
/
v1
/
card-hierarchies
Get All Card Hierarchies
curl --request GET \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/hierarchy/v1/card-hierarchies' \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "active": true
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Successful retrieval of the card hierarchies

id
string<biginteger>
required

Generated id of the card hierarchy

name
string
required

Name of the card hierarchy

active
boolean
required

Whether the card hierarchy is active or not