Vendors
List vendors
Returns a list of vendors for the specified business.
GET
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.
Response
200 - application/json
Success
The response is of type object[]
.