Skip to main content
POST
Create an object

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
slug
string
required

A unique, URL-safe slug to access the object through URLs and API calls. Lowercase kebab-case: letters, numbers, and single hyphens (e.g. purchase-orders). Immutable after creation.

Minimum string length: 1
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
Example:

"purchase-orders"

singular_noun
string
required

The singular form of the object's name.

plural_noun
string
required

The plural form of the object's name.

Response

Success

data
object
required