v1

latestOpenAPI 3.0.02026-08-04109109370.6 KB
Accounts (Companies)

Get a list of account types

Get a list of all account types in a Nutshell instance.

get/accounttypes

Response

OK

idstring

The API ID of this entity, formatted {integer}-{entityType}

namestring
modifiedTimeinteger

Example response

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