# Lists vendors This endpoint lists all existing vendors for an account. Takes an optional parameter to match by vendor name. Endpoint: GET /v1/vendors Version: 1.0 Security: OAuth2 ## Query parameters: - `cursor` (string,null) - `limit` (integer,null) - `name` (string,null) ## Response 200 fields (application/json): - `next_cursor` (string,null) - `items` (array, required) - `items.id` (string, required) Vendor ID: Can be passed to /transfers endpoint to specify counterparty. - `items.company_name` (string,null) - `items.email` (string,null) - `items.phone` (string,null) - `items.payment_accounts` (array,null) - `items.payment_accounts.details` (object, required) ## Response 400 fields ## Response 401 fields ## Response 403 fields