Skip to main content
GET
Get Brokerage

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

brokerageId
string<uuid>
required

Brokerage identifier

Response

Brokerage details

A brokerage (insurance agency or broker) in the system

id
string<uuid>

Brokerage identifier

name
string

Brokerage name

commissionPaymentMethod
enum<string>

Method for handling commission payments

Available options:
agencyBill,
directBill,
doNotHandle
niprBrokerageNumber
string | null

NIPR brokerage number

email
string<email> | null

Brokerage email address

addressStructured
object | null

Structured address information

phone
string | null

Phone number

defaultCommissionPercentage
number | null

Default commission percentage for this brokerage

createdAt
string<date-time> | null

When the brokerage was created (ISO 8601)

updatedAt
string<date-time> | null

When the brokerage was last updated (ISO 8601)