Get recommendations for a specific customer segment based on collective preferences.
| Field | Type | Description |
|---|---|---|
recommendation_id | string | Unique identifier for the recommendation |
name | string | Human-readable name for the segment |
segment_id | string | Identifier of the segment (matches the path parameter) |
offers | array | Array of offer UUIDs that are recommended |
type | string | Type of recommendation (SELF or SEGMENT) |
| Status Code | Description |
|---|---|
| 200 | Recommendations retrieved successfully |
| 400 | Invalid segment_id format |
| 401 | Unauthorized - Invalid or missing API key |
| 404 | Segment not found |
| 500 | Internal server error |