Skip to main content
POST
Create a brand

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Idempotency-Key
string

Optional caller-generated value that prevents duplicate generation when retrying the same request.

Required string length: 1 - 255

Body

application/json
name
string
required
Required string length: 1 - 200
website_url
string<uri> | null

The brand's own site. Used to fetch the logo and to keep one brand per domain.

selling_countries
string[]

ISO 3166-1 alpha-2 country codes.

Maximum array length: 50
Required string length: 2

Response

Brand created.

id
string<uuid>
required
name
string
required
slug
string | null
required
website_url
string<uri> | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
Last modified on August 26, 2026