Option categories are always one of these values:
We provide both exterior and interior colors for each vehicle style. A vehicle color is associated with a vehicle style directly and not a vehicle make or model. You need to know the style of the vehicle first before getting a list of available colors. This also applies to options, engines, transmissions and equipment as well.
The colors object format is:
{
"id": {string},
"name": {string},
"equipmentType": "COLOR",
"manufactureOptionName": {string},
"manufactureOptionCode": {string},
"category": {string},
"colorChips": {
"primary": {
"r": {integer},
"g": {integer},
"b": {integer},
"hex": {string}
},
"secondary": {
"r": {integer},
"g": {integer},
"b": {integer},
"hex": {string}
}
}
}