Trade Show
  1. Brokers
Trade Show
  • Introduction
  • Warehouses
    • Create a new Warehouse
      POST
    • Update a Warehouse
      PUT
    • Get a list of Warehouses
      GET
    • Retrieve a specific Warehouse by ID
      GET
    • Delete a Warehouse
      DELETE
  • Delivery Groups
    • Create a new Delivery Group
      POST
    • Update a Delivery Group
      PUT
    • Get a list of Delivery Groups
      GET
    • Retrieve a specific Delivery Group by ID
      GET
    • Delete a Delivery Group
      DELETE
  • Delivery Ranges
    • Create a new Delivery Range
      POST
    • Update a Delivery Range
      PUT
    • Get a list of Delivery Ranges
      GET
    • Retrieve a specific Delivery Range by ID
      GET
    • Delete a Delivery Range
      DELETE
  • Delivery Drops
    • Create a new Delivery Drop
    • Update a Delivery Drop
    • Get a list of Delivery Drops
    • Retrieve a specific Delivery Drop by ID
    • Delete a Delivery Drop
  • Sales Rep Hierarchies
    • Define Hierarchy Levels
    • Create Sales Rep Group
    • Update Sales Rep Group
    • Move Sales Rep Group
    • Reorder Sales Rep Groups
    • Get a list of Sales Rep Groups
    • Get Sales Rep Group
    • Delete Sales Rep Group
  • Sales Reps
    • Create a new sales rep
    • Update a sales rep
    • Get a list of sales reps
    • Retrieve a specific sales rep by ID
    • Delete a sales rep
  • Sales Rep Managers
    • Create a new sales rep manager
    • Update a sales rep manager
    • Get a list of sales rep managers
    • Retrieve a specific sales rep manager by ID
    • Delete a sales rep manager
  • Ordering Groups
    • Create a new Ordering Group
    • Update a Ordering Group
    • Get a list of Ordering Groups
    • Retrieve a specific Ordering Group by ID
    • Delete a Ordering Group
  • Customers
    • Create a new Customer Class
    • Get a list of Customer Classes
    • Retrieve a specific Customer Class by ID
    • Update a Customer Class
    • Delete a Customer Class
    • Create a new Customer
    • Get a list of Customers
    • Retrieve a specific Customer by ID
    • Update a Customer
    • Delete a Customer
  • Attendees
    • Create a new Attendee
    • Update a Attendee
    • Get a list of Attendees
    • Retrieve a specific Attendee by ID
    • Delete a Attendee
  • Vendors
    • Create a new Vendor
    • Update a Vendor
    • Get a list of Vendors
    • Retrieve a specific Vendor by ID
    • Delete a Vendor
    • Create a new vendor user
    • Update a vendor user
    • Get a list of vendor users
    • Retrieve a specific vendor user by ID
    • Delete a vendor user
  • Brokers
    • Create a new Broker
      POST
    • Update a Broker
      PUT
    • Get a list of Brokers
      GET
    • Retrieve a specific Broker by ID
      GET
    • Delete a Broker
      DELETE
    • Create a new broker user
      POST
    • Update a broker user
      PUT
    • Get a list of broker users
      GET
    • Retrieve a specific broker user by ID
      GET
    • Delete a broker user
      DELETE
  • Booths
    • Create a new Booth
    • Update a Booth
    • Get a list of Booths
    • Retrieve a specific Booth by ID
    • Delete a Booth
    • Associate a product to a booth
    • Get a list of products associated with a booth
    • Associate multiple products to a booth
    • Remove a product from a booth
    • Associate a vendor to a booth
    • Associate multiple vendors to a booth
    • Get a list of vendors associated with a booth
    • Remove a vendor from a booth
  • Facilitators
    • Create a new Facilitator
    • Update a Facilitator
    • Get a list of Facilitators
    • Retrieve a specific Facilitator by ID
    • Delete a Facilitator
  • Brands
    • Create a new Brand
    • Update a Brand
    • Get a list of Brands
    • Retrieve a specific Brand by ID
    • Delete a Brand
  • Categories
    • Create a new Category
    • Update a Category
    • Get a list of Categories
    • Retrieve a specific Category by ID
    • Delete a Category
  • Products
    • Create new pricing for a product
    • Update product pricing by price ID
    • Get a collection of price lists for products
    • Retrieve pricing by price ID
    • Delete a price list by ID
    • Create a new Product
    • Update a Product
    • Get a list of Products
    • Retrieve a specific Product by ID
    • Delete a Product
    • Get a list of Product Inventory
    • Bulk update product inventory
  • Orders
    • Bulk create orders
    • Bulk update orders
    • Get a list of orders
    • Retrieve a specific order by ID
    • Delete an order line
    • Get a list of order history buckets
    • Bulk create order history items
    • Get a list of order history items
  • Delivery Dates
    • Get a list of delivery dates
    • Retrieve delivery dates by product using ID
  • VIP Users
    • Create a new VIP user
    • Update a VIP user
    • Get a list of VIP users
    • Retrieve a specific VIP user by ID
    • Delete a VIP user
  • Show Admins
    • Create a new Show Admin
    • Update a Show Admin
    • Get a list of Show Admins
    • Retrieve a specific Show Admin by ID
    • Delete a Show Admin
  • Exports
    • Get available exports
    • Get parameter options
    • Run Custom Export
  1. Brokers

Get a list of Brokers

GET
/Broker
Brokers
Query brokers that are currently associated with the show
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Broker?sort&modifiedAfter&page=1&resultsPerPage=20&showLinkedVendors'
Response Response Example
200 - Brokers
[
    {
        "id": "j987pj",
        "street1": "79814 Marks-Rosenbaum Heights",
        "street2": "1670 Madaline Wells",
        "city": "Adrianaton",
        "state": "Utah",
        "zipCode": "74869-4731",
        "brokerID": "9367",
        "brokerName": "Ida Reynolds",
        "phone": "(660) 598-4971",
        "fax": "(788) 943-6510 x786",
        "emailAddress": "Cecelia65@gmail.com",
        "vendors": [
            "VEND8637"
        ]
    },
    {
        "id": "ha8dk2",
        "street1": "24893 Broadway",
        "street2": "3359 Heller-Rempel Track",
        "city": "South Tavareston",
        "state": "Vermont",
        "zipCode": "15145-8297",
        "brokerID": "8439",
        "brokerName": "Ms. Julie Stiedemann",
        "phone": "(466) 371-6401",
        "fax": "439-924-5151 x77675",
        "emailAddress": "Joanne_Dickinson@hotmail.com",
        "vendors": [
            "VEND2477",
            "VEND0666",
            "VEND1242"
        ]
    }
]

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
sort
string 
optional
Sort the items using {SortField:SortDirection}
Default:
modifiedAfter
string <date-time>
optional
Exclude items that were modified before this date. Sorts by most recently modified.
page
integer <int32>
optional
Page index to return, starts at Page 1
Default:
1
Example:
1
resultsPerPage
integer <int32>
optional
Number of items to return per page
Default:
20
Example:
20
showLinkedVendors
boolean 
optional
Include the vendors that are affiliated with each broker in the response
Default:
false

Responses

🟢200OK
application/json
OK
Body
array of:
id
string 
read-onlyoptional
Unique ID specific to this API
modifiedDate
string <date-time>
read-onlyoptional
Last time this item was updated, only displayed when supplying the modifiedAfter parameter in a query
street1
string 
optional
Street Address Line 1
<= 100 characters
street2
string 
optional
Street Address Line 2
<= 100 characters
city
string 
optional
City where the address is located
<= 50 characters
state
string 
optional
State name (full name) where the address is located
<= 50 characters
zipCode
string 
optional
Zip Code for the address
<= 20 characters
brokerID
string 
required
Unique ID provided to reference the broker
>= 1 characters<= 100 characters
brokerName
string 
required
The name of the broker
>= 1 characters<= 50 characters
phone
string 
optional
Phone number used to contact the person
<= 30 characters
fax
string 
optional
Fax number used to send documents
<= 30 characters
emailAddress
string 
optional
Email address that will receive notifications
<= 100 characters
vendors
array[string]
optional
a list of Vendor IDs that will be associated with the Broker
🟠400Bad Request
Modified at 2025-05-15 20:20:42
Previous
Update a Broker
Next
Retrieve a specific Broker by ID
Built with