Skip to main content
POST
Create an object definition

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Body

application/json

Object definition to create

name
string
required

Display name for the object

slug
string
required

URL-safe identifier

name_plural
string

Plural display name

description
string

Description of the object type

type
enum<string>

Object type

Available options:
person,
company,
custom,
deal

Response

Created object definition

attributes
object[]
created_at
string
description
string
id
string
name
string
name_plural
string
slug
string
type
string
Last modified on February 17, 2026