# Get company posture This endpoint will return data and information about the posture in the portfolio. Endpoint: GET /v2/posture Version: 2 Security: bearer ## Query parameters: - `fields` (array) Posture will only contain specified fields (all if none) Enum: "grade", "categories", "id", "name" - `segmentId` (string) segmentId of the posture ## Response 200 fields (application/json): - `categories` (array, required) - `categories.sub_categories` (array, required) - `categories.sub_categories.name` (string, required) - `categories.sub_categories.text` (string, required) - `categories.sub_categories.grade` (number, required) - `id` (string, required) ## Response 204 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields