Skip to main content
Brokers are individual agents or producers associated with a brokerage. The Brokers API allows you to programmatically create, read, update, and delete broker information within your company. Key Concepts:
  • Brokers are individual agents who work under a brokerage
  • Each broker must be associated with an existing brokerage via brokerageId
  • Brokers can have their own contact information, commission percentage, and producer number
  • A broker may optionally have an associated user ID for portal access

API Endpoints


Broker vs Brokerage

A brokerage can have multiple brokers, but each broker belongs to exactly one brokerage.

Structured Address

The addressStructured field contains a structured address object with the following fields:

Nullable Fields

The following fields may be null in the response:

Filtering and Sorting

List endpoints support comprehensive filtering and sorting options:

Filter Parameters

Sorting Parameters

Pagination

Response includes:
  • items - Array of brokers for the current page
  • totalCount - Total number of matching brokers across all pages

Permissions

Access to brokers requires the appropriate permissions based on your API key:

Example Response