Create or update broker
Create or update a broker in Venturu’s system. If the broker with the specified external ID already exists, their information will be updated. If not, a new broker will be created.
Documentation Index
Fetch the complete documentation index at: https://developers.venturu.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the broker from your system.
Body
The full name of the broker.
The email address of the broker.
The phone number of the broker.
A URL to the broker's profile picture.
If leads should be forwarded to a specific email address (i.e. in case of CRMs), this value can be specified.
Additional profile information about the broker.
A list of licenses held by the broker.
A list of service areas covered by the broker.
Response
Successful response
Indicates that the operation has succeeded.
success A message providing additional information about the operation.
The Venturu ID of the created or updated broker, if the operation was successful.
A URL to the broker's Venturu profile, if the operation was successful.