<- Vendors API

Vendors API

Search vendorsBeta

POST

 /v2/vendors/search

Searches for vendors using a filter against supported Vendor properties and a supported sorter.

Permissions:VENDOR_READ
Try in API Explorer
Link to section

Request body

Example code

Link to section

filter

Specifies a filter used to search for vendors.

Link to section

sort

Specifies a sorter used to sort the returned vendors.

Link to section

cursor

string

A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query.

See the Pagination guide for more information.

Link to section

Response fields

Link to section

errors

Errors encountered when the request fails.

Link to section

vendors

The Vendor objects matching the specified search filter.

Link to section

cursor

string

The pagination cursor to be used in a subsequent request. If unset, this is the final response.

See the Pagination guide for more information.