Skip to main content
POST
Create Sample Brand

Authorizations

Authorization
string
header
required

API key authentication. Use 'Authorization: Bearer YOUR_API_KEY' where YOUR_API_KEY is obtained from the Migma dashboard under Settings → Developers → API Keys.

Body

application/json
city
string

City the sample brand is written around. Defaults to San Francisco.

organizationId
string

Workspace to create the brand in. Defaults to the caller’s own workspace.

Pattern: ^[0-9a-fA-F]{24}$

Response

Sample brand created, or the existing one returned

success
boolean
required
data
object
error
string | null
Last modified on September 1, 2026