Skip to main content
POST
Create Brand

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Body

application/json
name
string
required

Display name for the brand.

Example:

"Acme Corp"

slug
string
required

URL-safe identifier for the brand. Must be unique within the organization. Used in all brand-scoped API calls.

Example:

"acme-corp"

description
string

Optional description of the brand.

Example:

"Official Acme brand"

logoUrl
string

URL to the brand's logo image.

Response

Brand created.

success
boolean
required
Example:

true

data
object
required

A brand maps to a set of social media accounts.