Tempur Feel List
Returns TempurFeel options. Each TempurFeel represents a variant of mattress firmness and consists of a human-readable name and an integer representing how firm it is (where 1 is the softest).
GET /api/v1/tempur-feel
[
{
"id": 1,
"name": "Very-Soft",
"firmness": 1
},
{
"id": 2,
"name": "Softer",
"firmness": 2
},
{
"id": 3,
"name": "Soft",
"firmness": 3
},
{
"id": 4,
"name": "Medium-Soft",
"firmness": 4
},
{
"id": 5,
"name": "Medium-Firm",
"firmness": 5
},
{
"id": 6,
"name": "Firm",
"firmness": 6
},
{
"id": 7,
"name": "Firmer",
"firmness": 7
},
{
"id": 8,
"name": "Very-Firm",
"firmness": 8
}
]