Skip to main content
Brokerages represent insurance agencies or brokers that sell insurance on behalf of an MGA or Insurer running their program on the AI Insurance platform. The Brokerages API allows you to programmatically create, read, update, and delete brokerage information, including commission payment settings. Key Concepts:
  • Brokerages are insurance agencies or brokers that sell insurance on behalf of an MGA or Insurer
  • Each brokerage has a commission payment method that determines how commissions are handled
  • Brokerages can have contact information including email, phone, and structured address
  • A default commission percentage can be set for each brokerage

API Endpoints


Commission Payment Methods

Each brokerage must have a commission payment method that determines how commissions are processed:

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 brokerages for the current page
  • totalCount - Total number of matching brokerages across all pages

Permissions

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

Example Response