Create Object
POST /objects
POST
/objects
PREVIEW. This endpoint is deployed but gated: it returns 404 unless the hosted app platform is enabled for your organization. It is published here so the contract describes the whole surface, not so it can be called today.
Create a native custom object. Requires objects:manage and Admin access.
Authorizations
Parameters
Header Parameters
Request Body required
Responses
201
Successful Response
object
data
required
One custom object type in the caller’s workspace.
object
is_archived
Archived objects are hidden from listings.
boolean
is_system
True for objects graph8 ships; system objects cannot be deleted.
boolean
plural_noun
required
Display name for many records, e.g. “Invoices”.
string
singular_noun
required
Display name for one record, e.g. “Invoice”.
string
slug
required
Stable API slug for the object type, e.g. invoices.
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string