Skip to main content
POST
Create a new custom contact field

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

application/json
name
string
required
Required string length: 2 - 255
Example:

"Customer Tier"

is_active
boolean
Example:

true

type
string
Example:

"text"

is_required
boolean
Example:

false

options
string[]

Response

Custom contact field created