Retrieve a specific Vendor by ID
GET
/Vendor/{id}
Vendors
id
in the endpoint pathRequest Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Vendor/?showLinkedBrokers&showLinkedBooths'
Response Response Example
200 - Vendor
{
"id": "d8k6f4",
"street1": "2616 Ernie Springs",
"street2": "40257 S Broadway",
"city": "McKenziechester",
"state": "South Dakota",
"zipCode": "02868-6895",
"vendorID": "VEND6657",
"vendorName": "Caleb Carter-Harber",
"phone": "(608) 556-3751",
"fax": "(678) 508-4385 x26526",
"emailAddress": "Laurie14@hotmail.com",
"deliveryGroup": "8772",
"brokers": [
"BROKER2564",
"BROKER3992",
"BROKER0028"
],
"active": true,
"canNegotiateAtShow": false,
"testVendor": false,
"allottedUserCount": 16,
"booths": [
"BOOTH1541"
]
}
Request
Path Params
id
stringÂ
required
Query Params
showLinkedBrokers
booleanÂ
optional
Default:
false
showLinkedBooths
booleanÂ
optional
Responses
Modified at 2025-05-15 19:27:14