# Get supplier's posture This endpoint will return data and information about the requested supplier’s posture in the portfolio. Endpoint: GET /v2/suppliers/{supplierId}/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 ## Path parameters: - `supplierId` (string, required) Id of the supplier ## 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 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields