Skip to main content
POST
Add a brand (competitor or own)

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Body

application/json
name
string
required
description
string | null
url
string | null
isOwn
boolean
projectId
string<uuid>

Response

Brand created

id
string<uuid>
required
name
string
required
isOwn
boolean
required
userId
string<uuid>
projectId
string<uuid> | null
description
string | null
url
string | null
aliases
string[]
createdAt
string<date-time>