GET
/
sub-brands
Get sub-brands
curl --request GET \
  --url https://api.sibipro.com/offers/sub-brands
[
  {
    "id": "9OYmJkDZ8ijU4c",
    "name": "SIBI Home Warranty"
  },
  {
    "id": "vgYOuUeTC8mJRl",
    "name": "SIBI Expanded Warranty"
  }
]

Response

200
application/json

Sub-brands fetched successfully

The response is of type SubBrand · object[].