List vendors
Returns a list of vendors for the specified business.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business to fetch vendors for.
Query Parameters
Whether to include archived vendors in the response.
The external ID of the vendor to fetch.
A case-insensitive substring used to filter vendors whose external ID contains the specified value.
The name of the vendors to fetch.
A case-insensitive substring used to filter vendors whose name contains the specified value.
Filter by exact reference number match. Returns only records with this exact reference number.
Comma-separated list of reference numbers to filter vendors by. Only vendors with reference numbers matching any value in this list will be returned.