Skip to main content

Distributors API

The Distributors API allows you to manage distributors associated with nodes.

Base Path

/api/v1/integration/distributors

Overview

Distributors represent distribution channels or partners associated with nodes in the Apex Brokerage platform. Each distributor can have webhook configurations for integration.

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