Skip to main content
POST

Authorizations

X-API-Key
string
header
required

Project-scoped API key, format rm_(live|test)_... . May also be sent as Authorization: Bearer rm_....

Body

application/json
key
string
required
displayName
string
required
Maximum string length: 100
type
enum<string>
required
Available options:
TEXT,
LONG_TEXT,
NUMBER,
DECIMAL,
BOOLEAN,
DATE,
DATETIME,
EMAIL,
URL,
PHONE,
SELECT,
MULTI_SELECT
description
string | null
Maximum string length: 500
isRequired
boolean | null
defaultValue
string | null
options
object[] | null

Required for SELECT and MULTI_SELECT.

Response

Custom field created

id
string<uuid>
key
string
displayName
string
description
string | null
type
string
status
string
isSystem
boolean
isRequired
boolean
defaultValue
string | null
createdAt
string<date-time>
updatedAt
string<date-time>
archivedAt
string<date-time> | null