v2

latestOpenAPI 3.0.02026-08-08112115411.4 KB
Accounts (Companies)

Get custom fields

Get a list of custom field values for an account by ID. Custom fields are user-defined fields that can be added to accounts.

get/accounts/{id}/customfields

Path parameters

idstring required

Ids are of the form 'n-accounts', where n is an integer.

Response

OK

Example response

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