Skip to main content
POST
Create a contact field

Authorizations

Authorization
string
header
required

An API token. The "read" ability: GET routes only. "read + write": every route.

Headers

Idempotency-Key
string

Replay a write safely: the same key gives back the first answer for 24 hours (header Idempotent-Replay: true).

Maximum string length: 255

Body

application/json
key
string
required
Maximum string length: 100
Pattern: ^[A-Za-z0-9_.-]+$
label
string | null

The key, when absent.

type
enum<string> | null
default:text
Available options:
text,
number,
date,
boolean,
null

Response

Field created.

data
object