List all vendors within a business. Active vendors are returned by default; include archived ones with include_archived=true.
Partner-level JWT token (unscoped). Token payload includes partner_id. Business access is validated via partner ownership. Format: Bearer <your-jwt-token>
Use this for: Multi-business operations where the business_id is specified in the URL and partner has access to multiple businesses.
^[0-9a-f-]+$The external ID of the vendor to fetch (exact match).
Filter vendors whose external ID contains the given substring (case-insensitive).
Include archived vendors in the response. Defaults to false.
Exact name match on company or individual name.
Substring match on company or individual name (case-insensitive).
Page number (default: 1)
Items per page (default: 20, max: 100)