Skip to main content
GET
Retrieve a brand

Authorizations

Authorization
string
header
required

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

Path Parameters

brand_id
string<uuid>
required

Response

Brand found.

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 September 10, 2026