v1

latestOpenAPI 3.0.22026-08-045831103.6 KB
Account

List fields

Retrieve a list of fields

get/v1/account/fields

Headers

api-tokenstring required

API Token

Response

A list of fields

Example response

{
  "data": [
    {
      "fields": {
        "DEAL": {
          "type": "TEXT",
          "group": "default",
          "label": "notes"
        },
        "CONTACT": {
          "type": "TEXT",
          "group": "default",
          "label": "notes"
        },
        "ORGANIZATION": {
          "type": "TEXT",
          "group": "default",
          "label": "notes"
        }
      }
    }
  ]
}