POST
/
brands

Authorizations

Authorization
string
headerrequired

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

Body

application/json
name
string
required

The name of the brand.

settings
object
required
id
string | null
snippets
object

Response

200 - application/json
created
integer
required

The date/time of when the brand was created. Represented in milliseconds since Unix epoch.

name
string
required

Brand name

published
integer
required

The date/time of when the brand was published. Represented in milliseconds since Unix epoch.

settings
object
required
updated
integer
required

The date/time of when the brand was updated. Represented in milliseconds since Unix epoch.

version
string
required

The version identifier for the brand

id
string | null

Brand Identifier

snippets
object