Returns a list of vendors for the specified business.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The UUID of the business to fetch vendors for
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.
Comma-separated list of reference numbers to filter vendors by. Only vendors with reference numbers matching any value in this list will be returned.
Success
The response is of type object[]
.