curl --request GET \
--url https://api.sibipro.com/offers/sub-brands \
--header 'Authorization: Bearer <token>'[
{
"id": "9OYmJkDZ8ijU4c",
"name": "SIBI Home Warranty"
},
{
"id": "vgYOuUeTC8mJRl",
"name": "SIBI Expanded Warranty"
}
]Get all sub-brands associated with your organization
curl --request GET \
--url https://api.sibipro.com/offers/sub-brands \
--header 'Authorization: Bearer <token>'[
{
"id": "9OYmJkDZ8ijU4c",
"name": "SIBI Home Warranty"
},
{
"id": "vgYOuUeTC8mJRl",
"name": "SIBI Expanded Warranty"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.