v1

latestOpenAPI 3.1.02026-07-2624070.9 KB

/fields

Get subscriber fields of account

get/fields

Response

200

idinteger
titlestring
keystring
typestring
date_updatedstring
date_createdstring

Example response

[
  {
    "id": 6,
    "title": "Name",
    "key": "name",
    "type": "TEXT"
  }
]