Vendors

List vendors

Get a paginated list of vendors with optional filtering

get/vendors

Query parameters

limitinteger

Number of items to return

afterstring

Cursor for forward pagination

beforestring

Cursor for backward pagination

is_activeboolean

Filter by active status

originstring

Filter by origin (manual, quickbooks, ocr)

vendor_namestring

Filter by vendor name

Response

OK

end_cursorstring
has_next_pageboolean
has_previous_pageboolean
start_cursorstring

Example response

{
  "end_cursor": "gaFpxBACEaXBVABEYbHG+X9LyLnH",
  "has_next_page": true,
  "start_cursor": "gaFpxBACEaXBVABEYbHG+X9LyLnH"
}