Skip to main content
POST
Create a custom field

Authorizations

Authorization
string
header
required

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

Body

application/json

Custom Field object that needs to be created

companyId
string<uuid>
required

The id of the company

name
string
required

The name of the custom field

type
enum<string>
required

The type of the custom field

Available options:
text
slug
string<cf_[a-z0-9_]+>
Example:

"cf_preferred_os"

Response

200 - application/json

Object

data
object
meta
object