Skip to main content
POST
Create a CRM record view

Authorizations

Authorization
string
header
required

Breakcold public API key, for example Bearer bc_live_....

Headers

X-Breakcold-Organization-Id
string

Breakcold organization ID. API keys already carry their organization, so most API-key requests do not need this header. Use it only when Breakcold asks you to choose an organization for a signed-in user token.

Idempotency-Key
string

Stable unique key for the intended write. Reuse the same key when retrying the same request; use a different key for an intentional duplicate.

Required string length: 1 - 200

Path Parameters

objectTypeId
string
required

Body

application/json
name
string
required
emoji
string
type
enum<string>
Available options:
table,
kanban
isDefault
boolean
kanbanFieldDefinitionId
string
Minimum string length: 6
kanbanWinOptionIds
string[]
Minimum string length: 6
kanbanLossOptionIds
string[]
Minimum string length: 6
config
object

Full saved view config. Record views support columns, filters, sorts, groupBy, and kanban settings. Inbox views support filters and sorts.

Response

Success

view
object
required