/suppliersList the org supplier pool (manager+)
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| X-Organization-Id | header | string | optional | Target organization ObjectId; required for APP_ADMIN and SUPPLIER callers and ignored (must match the caller's own org) for org admins, managers, and users. |
| page | query | integer | optional | Page number to retrieve (1-based); integer, minimum 1, defaults to 1. |
| limit | query | integer | optional | Page size (number of records per page); integer, minimum 1, maximum 100, defaults to 25. |
| includeDisabled | query | boolean | optional | When true, include disabled (unlinked) supplier pool entries in the list; by default only active entries are returned. |
Responses
200Paginated suppliers.401Missing/invalid token.403Authenticated but not allowed (role or cross-org).