Skip to main content
POST
Add a custom field to an object

Authorizations

x-api-key
string
header
required

API key from Settings > API Keys or POST /v1/api-keys. Format f9_live_<32 hex chars> (live) or f9_test_<32 hex chars> (sandbox — no real sends, ever). Legacy wcrm_live_ / wcrm_test_ keys still authenticate but are no longer issued. Shown once at creation; only a hash is stored.

Path Parameters

object
string
required

Body

application/json
name
string
required

Lowercase letters, digits and underscores.

type
enum<string>
required
Available options:
text,
textarea,
number,
boolean,
date,
datetime,
email,
phone,
url,
currency,
select
label
string

Defaults to the name.

required
boolean
options
(string | object)[]

Required for select, rejected otherwise.

Response

Field created

success
enum<boolean>
Available options:
true
data
object
meta
object