Skip to main content
Version: v1.0.0(int)

E025: List vendors

GET /api/vendors

Returns vendor rows for the Vendors page and the PO create or edit forms. Filters include isActive.

Authentication

Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.

Request

Optional filter ?isActive=true|false — narrows to active or archived vendors; omitted returns all. The list is bounded (unpaginated).

Response — 200 OK

{ "data": [ Vendor ] }

Errors

Standard envelope only.

Workflow

Calls W025 List vendors.