external-vendors
Fetches Vendors by search criteria
Retrieves a list of vendors with filters. Results are paginated.
post/v1/vendors:search
Query parameters
company_idstring uuid required
Pleo's internal identifier for the company the Vendor is associated with.
beforestring
Lower bound of the page of data to return (cannot be used together with [after] or [offset]).
afterstring
Upper bound of the page of data to return (cannot be used together with [before] or [offset]).
offsetinteger
Offset of the page of data to return (cannot be used together with [before] or [after]).
limitinteger
The maximum amount of items to return.
sorting_keysstring[]
The keys to sort the results by.
sorting_orderPageOrder[]
The order to sort the results by. Must be the same length as [sortingKeys]; one order per key.
Response
Fetches vendors by search criteria