This object is used in Single Subscriber object. Subscriber has fields parameter and it is array of that kind of objects described below.

Response Body Parameters

ParameterTypeDescription
keystringURL friendly field name
valuestringValue of field
typestringAllowed type for field value.

Available values:

- TEXT
- NUMBER
- DATE

Examples

{
  "key": "first_name",
  "value": "Justinas",
  "type": "TEXT"
}
{
  "key": "favourite_color",
  "value": "MailerLite Green",
  "field_type": "TEXT"
}