Skip to content
SIBISIBI Developers
Esc
navigateopen⌘Jpreview

Get sub-brands

Get all sub-brands associated with your organization.

GET/sub-brands
Responses
200Sub-brands retrieved successfully
Array of object
idstringrequired
Unique identifier for the sub-brand
namestringrequired
Name of the sub-brand
401Unauthorized - Missing or invalid authentication
codestringrequired
Error code indicating the type of error
messagestringrequired
Human-readable error message explaining what went wrong
detailsobject[]
Detailed validation errors when applicable
Show properties
Array of object
fieldstringrequired
errorstringrequired
404Not found - No sub-brands exist for the organization
codestringrequired
Error code indicating the type of error
messagestringrequired
Human-readable error message explaining what went wrong
detailsobject[]
Detailed validation errors when applicable
Show properties
Array of object
fieldstringrequired
errorstringrequired
500Internal server error
codestringrequired
Error code indicating the type of error
messagestringrequired
Human-readable error message explaining what went wrong
detailsobject[]
Detailed validation errors when applicable
Show properties
Array of object
fieldstringrequired
errorstringrequired
Request
curl -X GET "https://api.sibipro.com/prod/offers/sub-brands"
Response
[
  {
    "id": "9OYmJkDZ8ijU4c",
    "name": "SIBI Home Warranty"
  },
  {
    "id": "vgYOuUeTC8mJRl",
    "name": "SIBI Expanded Warranty"
  }
]