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
Parameter | Type | Description |
---|---|---|
key | string | URL friendly field name |
value | string | Value of field |
type | string | Allowed 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"
}