v1
OpenAPI 3.0.02026-08-04109109370.6 KBAccounts (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"
}
]
}