Creates a new broker associated with an existing brokerage.
Required fields:
brokerageId - ID of an existing brokerage (use GET /brokerages to find valid IDs)name - Broker nameOptional fields:
email - Broker email addressdefaultCommissionPercentage - Default commission percentage (0-100)addressStructured - Structured address objectphone - Primary phone numberworkPhone - Work phone numberproducerNumber - Producer number/identifierRequired permission: company.broker:create
API key authentication. Include your API key in the Authorization header.
Company identifier
ID of an existing brokerage this broker belongs to. Use GET /brokerages to find valid IDs, or POST /brokerages to create one first.
Broker name (required)
Broker email address
Default commission percentage (0-100)
0 <= x <= 100Structured address information
Primary phone number
Work phone number
Producer number/identifier
Broker created successfully
The ID of the created broker