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.
Success
The response is of type object[]
.
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.
Success
The response is of type object[]
.