Create a record
Objects
Create a record
Create a record belonging to a workspace Object.
POST
Create a record
Requires Objects enabled, a verified administrator, and
Send Attribute keys directly in the JSON body. Every Attribute is optional;
an Object without Attributes accepts
records:read plus records:write.
string
required
The unprefixed workspace Object slug, such as
computers for objects.computer.{}. Values use text, YYYY-MM-DD
dates, or select-option keys. Send null for an unset value. Unknown or
invalid fields reject the whole write.
Use an Idempotency-Key header when retrying creation. A successful request
returns HTTP 201 with the created record.