Documentation Index
Fetch the complete documentation index at: https://docs.recotap.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /accounts/custom-fields
Returns active custom fields scoped to accounts only. Use these keys in the customFields object when calling Create Accounts or Update Account.
data
| Field | Description |
|---|---|
key | Unique key used in customFields objects when calling Create Accounts or Update Account |
label | Display name |
labelType | Field type e.g. singleLineText, multiLineText, singleSelection, multiSelection, number, date |
description | Human-readable description. null if not set. |
options | Array of option strings for singleSelection and multiSelection types. Empty array [] for all other types. |
objectType | Always "accounts" for this endpoint |
status | Always "active" — only active fields are returned |