Skip to main content
POST
Create Brand

Authorizations

Authorization
string
header
required

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

Body

application/json

Brand details

name
string
required

Name of the brand

Example:

"MentionPilot"

domain
string
required

Domain of the brand

Example:

"mentionpilot.ai"

Response

Brand created successfully

success
boolean
Example:

true

brand
object