latestOpenAPI 3.0.32026-08-083681145.6 KB

19558399745c

Brands

GET /brands/profile

This endpoint retrieves information about the brand associated with the current session.

get/brands/profile

Response

Successful response

brand_idstring

A unique identifier of the brand, beginning with "b_".

namestring

The name of the brand.

currencystring

The brand's default currency in ISO 4217 format (e.g., USD, EUR, GBP).

localestring

The brand's locale setting.

Example response

{
  "brand_id": "b_60ae65c4",
  "name": "Jeff's Warm Toques",
  "currency": "USD",
  "locale": "en-US"
}