Skip to main content
POST
Create object type

Authorizations

Authorization
string
header
required

Organization API key, sent as Authorization: Bearer boom_org_....

Body

application/json
name
string
required

Unique machine name for the type (e.g. "order").

Required string length: 1 - 255
displayName
string
required

Human-readable label for the type.

Required string length: 1 - 255
description
string

Optional description of what this type represents.

Required string length: 1 - 1000

Response

Success

name
string
required

Unique machine name for the type.

displayName
string
required
description
string | null
required
created
boolean
required