Bookable Sellers Feed
Last updated
Last updated
The Bookable Sellers feed is an whose items are Sellers that are bookable by the accessing Broker.
The Bookable Sellers feed is broker specific and can be accessed at the following endpoint:
where :broker
is your broker name.
As with other feeds, you must provide a valid API key as the X-API-KEY
request header.
The data object in an item in the Bookable Sellers feed will look like the following:
The value of the data["@id"]
property represents a Bookable Seller for you, the broker. The SessionSeries
and FacilityUse
feeds can be filtered using this value to leave only opportunities that are bookable for you.
A test Bookable Sellers feed can be found by appending -test
to your Broker name. For example if your broker name was acme
, your test Bookable Sellers feed can be found at
As with other feeds, you must provide a valid API key as the X-API-KEY
request header.
Use this in conjunction with the in order to perform end-to-end testing against non-live data.