Brands
Create a new brand
POST
/
brands
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredThe name of the brand.
settings
object
requiredid
string | null
snippets
object
Response
200 - application/json
created
integer
requiredThe date/time of when the brand was created. Represented in milliseconds since Unix epoch.
name
string
requiredBrand name
published
integer
requiredThe date/time of when the brand was published. Represented in milliseconds since Unix epoch.
settings
object
requiredupdated
integer
requiredThe date/time of when the brand was updated. Represented in milliseconds since Unix epoch.
version
string
requiredThe version identifier for the brand
id
string | null
Brand Identifier
snippets
object