Skip to main content
POST
Create property definition

Authorizations

Authorization
string
header
required

API key authentication. Use your API key as the bearer token.

Body

application/json
name
string
required
Required string length: 1 - 100
Pattern: ^[a-zA-Z0-9_]+$
Example:

"company"

type
enum<string>
required
Available options:
string,
number,
boolean,
date
Example:

"string"

Response

Property definition created

id
string<uuid>
required
Example:

"123e4567-e89b-12d3-a456-426614174000"

organization_id
string<uuid>
required
name
string
required
Example:

"company"

type
enum<string>
required
Available options:
string,
number,
boolean,
date
created_at
string<date-time>
required
updated_at
string<date-time>
required