Retrieve a specific Broker by ID
GET
/Broker/{id}
Brokers
id
in the endpoint pathRequest Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Broker/?showLinkedVendors'
Response Response Example
200 - Broker
{
"id": "a7gfjg",
"modifiedDate": "2026-03-06",
"street1": "3208 Wintheiser Canyon",
"street2": "9550 Ova Walk",
"city": "West Domenick",
"state": "Idaho",
"zipCode": "68505-1063",
"brokerID": "9440",
"brokerName": "Michelle Schaefer",
"phone": "(225) 399-0570",
"fax": "(608) 869-8133 x5582",
"emailAddress": "Jarred24@yahoo.com",
"vendors": [
"VEND1962",
"VEND9746",
"VEND9972"
]
}
Request
Path Params
id
stringÂ
required
Query Params
showLinkedVendors
booleanÂ
optional
Default:
false
Responses
Modified at 2025-05-15 20:21:19