---
title: "/fields"
method: POST
path: "/fields"
---

# /fields

`POST /fields`

Create new custom field in account

## Request body

- object
  - `title` string — Title of field
  - `type` string — Type of field. Available values: TEXT, NUMBER, DATE

## Response `200`

200

- object
  - `id` integer
  - `title` string
  - `key` string
  - `type` string
  - `date_updated` string
  - `date_created` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mailerlite/apis/v2-production.md) · [All operations](https://skmtc.net/mailerlite/apis/v2-production/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mailerlite/v2-production/versions/69f06eb37b28/schema)
