v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBVendors
This request gets information such as VendorIDs, Vendor Names, etc.
This call returns a "meta" object containing URLs that can be used to get data related to a vendor.
This call will also return an image array of objects that have a file name and a link you can use to download that image. All links are only valid for 15 minutes, a new call will generate a new link.
Note: this endpoint supports pagination. Please refer to the Pagination section for more information.
Query parameters
This parameter is used to only get specific Vendors. This parameter expects a comma delimited list of Vendor IDs.
This parameter is used to only get Vendors at a specific group of Locations. This parameter accepts a comma delimited list of Location IDs.
This parameter is used to only get specific vendor by name. This parameter expects a string full name of a vendor or partial name with the wildcard %.
This parameter is used to only get Vendors that were last edited after the unix timestamp passed into the start parameter. For example, all Vendors that were last edited after April 18th, 2018.
This parameter is used to only get Vendors that were last edited before the unix timestamp passed into the end parameter.
This parameter is a cursor that selects what vendorID you want to start receiving results at. e.g. passing 137 here will only get you vendors with an id greater than 137.
This parameter is a result limiter. The default is set to return no more than 100 results at one time.
This parameter is used to paginate results based on the limit. Refer to Pagination section for more information.
Response
Vendors