Accounts (Companies)

Get a list of custom fields

Get a list of all account custom fields in your Nutshell instance. Custom fields are user-defined fields that can be added to accounts.

get/accounts/customfields/attributes

Response

OK

Example response

{
  "customFields": [
    {
      "id": "3-contacts"
    }
  ]
}

Changes