GET
/
api
/
api-key
List API keys
curl --request GET \
  --url https://{FUSION HOST}/api/api-key
[
  {
    "name": "<string>",
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "key": "<string>",
    "roles": [
      "<string>"
    ],
    "disabled": true
  }
]

Response

200 - */*

OK

The response is of type object[].