description and social_handles object — useful for rendering brand detail pages or attribution cards alongside product results.
Endpoint
Required header
| Header | Value | Description |
|---|---|---|
X-API-Key | bha_... | Your Black Hair API key. All requests must include this header. |
Path parameters
The unique identifier of the brand to retrieve. Brand UUIDs are returned in the
id field of the List Brands response or within the brand object on any product.Response
A successful request returns HTTP200 with a JSON object representing the brand’s full profile.
The brand’s unique identifier.
The brand’s display name.
A URL-safe identifier for the brand, derived from its name (e.g.,
"camille-rose").The country where the brand was founded or is headquartered (e.g.,
"US", "NG").Whether the brand is Black-owned.
The brand’s official website URL.
A text description of the brand, its mission, and its product philosophy.
A JSON object containing the brand’s social media handles. Keys represent platform names and values are the handle or profile URL.
The total number of products in the catalog associated with this brand.
Example
Error responses
| Status | Code | Description |
|---|---|---|
401 | Unauthorized | The X-API-Key header is missing or the key is invalid. |
404 | Not Found | No brand exists with the supplied brand_id. |
429 | Too Many Requests | You have exceeded your plan’s monthly request limit. Upgrade to continue. |