Headers

Header name Description
Content-Type
required
application/json
X-API-KEY
required
YOUR_API_KEY

Params

Param name Description
field_group_id
required

Field group ID

Validations:

  • Must be a String

field_id
required

Field ID

Validations:

  • Must be a String

name
required

Field Name

Validations:

  • Must be a String

dropdown_options
optional

Dropdown menu options

Validations:

  • Must be an array of Hash

searchable
optional

Is the field searchable

Validations:

  • Must be one of: true, false.

read_only
optional

Is the field read only

Validations:

  • Must be one of: true, false.

order
optional

Field display order

Validations:

  • Must be a Integer

Errors

Code Description
401 Unauthorized
404 Not found
500 Internal Server Error
422 Missing parameters