Brands

Search and manage brand configurations. Brands define white-label settings, logos, colors, and provider networks.

1 endpoint

Guide

Brands define white-label configurations in BlueHive — logos, colors, domains, and provider networks. Search and manage brand configurations to support multi-tenant deployments.

Searching Brands

Use the brand search endpoint with filters and pagination to find brands by name, domain, or ID. Supports both exact match and partial (contains) filters.

Search brands
Find brands by partial name
# Search by partial name
curl "https://api.bluehive.com/v1/brands?nameContains=health&pageSize=10" \
  -H "Authorization: ApiKey YOUR_API_KEY"

# Search by domain
curl "https://api.bluehive.com/v1/brands?domain=portal.acmehealth.com" \
  -H "Authorization: ApiKey YOUR_API_KEY"
Chat with Bea