# Get company portfolios This endpoint will return the portfolios and the supplier’s id’s under it. Endpoint: GET /v2/portfolios Version: 2 Security: bearer ## Query parameters: - `limit` (number) Number of records to return in the response - `sortBy` (array) Name of the field to sort by - `sortDirection` (string) The direction of the field sort specified by sort_by Enum: "ASC", "asc", "1", "DESC", "desc", "-1" - `next_token` (string) Token received from a previous request to obtain the next chunk of data - `fields` (array) ## Response 200 fields (application/json): - `suppliers` (array, required) - `suppliers.id` (string, required) - `suppliers.name` (string, required) ## Response 204 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields