/
/V2 production
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • post/campaigns
  • get/segments
  • get/subscribers
  • post/subscribers
  • get/subscribers/search
  • get/groups
  • post/groups
  • post/groups/search
  • post/groups/:id/subscribers
  • post/groups/:id/subscribers/import
  • post/groups/group_name/subscribers
  • post/groups/group_name/subscribers/:subscriber_id/assign
  • get/fields
  • post/fields
  • get/webhooks
  • post/webhooks
  • get/webhooks/:id
  • put/webhooks/:id
  • delete/webhooks/:id
  • get/stats
  • get/settings/double_optin
  • post/settings/double_optin
  • getAccount
  • post/batch

/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"
  }
]

Changes