Skip to main content

Nodes API

The Nodes API allows you to manage the hierarchical node structure in the Apex Brokerage platform.

Base Path

/api/v1/integration/nodes

Overview

Nodes represent a hierarchical tree structure in the Apex Brokerage platform. Each node can have:

  • A parent node (except root nodes)
  • Child nodes
  • A type (Apex, Account, or SubAccount)
  • A unique path in the tree structure

Node Types

TypeValueDescription
Apex1Apex node type
Account2Account node type
SubAccount3SubAccount node type

Authentication

All endpoints require authentication using a Bearer token in the Authorization header.

Required Headers:

Authorization: Bearer <access_token>
X-Target-Server: integration

Available Operations