# Admin API

Admin API uses certificate-based authentication. The node admin's certificate needs to be specified in the sdk config or attached to the http client in order to access the admin level operations.

# Get Node Config

Returns the current node configuration of the node.

# Request

  • Method: GET
  • URL: /nodeconfig
  • Query parameters in URL: None

# Response

  • Success

    • Code: 200

    • Return value:

      • {
          "value": {
            "Node Config": "Current configuration values used by the node"
          },
          "atHeight": "Current block height at the time of response"
        }