Skip to main content
GET
Get detail for a brand in this program's catalog.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

Accept-Language
string | null

BCP 47 language tag(s) for localised fields; the first tag is matched exactly against the tags stored for this brand (e.g. 'fr-FR', 'en-GB'). A tag with no exact match (including a bare language code like 'en') falls back to the program's configured language.

Example:

"fr-FR"

x-api-version
string
default:2.0.0
required

Path Parameters

consumer_id
string
required
Required string length: 2 - 100
Pattern: ^[a-zA-Z0-9_-]+$
Example:

"consumer-12345"

brand_id
string<uuid>
required
Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

Response

Successful Response

id
string<uuid>
required
Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

name
string
required
Example:

"Nike"

description
string | null

Localised brand description, resolved from the Accept-Language header.

Example:

"Sportswear, footwear and equipment for every athlete."

Localised legal terms attached to the brand.

Example:

"Offer valid on the brand's online store only, excluding sale items."