Create a label. modality is required by Apollo — omitting it returns 422.
Optionalmodality: "accounts" | "contacts"Resolve a label by exact name, case-insensitive; null when no match.
Every label, account and contact alike. Master key required.
Move accounts between lists, two-step and label-preserving. The supplied
accounts MUST carry current labelNames from a fresh read — stale labels
would be written back as the intended set and strip real memberships.
Optionaloptions: { verify?: boolean }The same for contacts.
Optionaloptions: { verify?: boolean }One page of saved accounts.
Optionalpaging: ApolloPagingOptionsOne page of saved contacts.
Optionalpaging: ApolloPagingOptionsOne page of net-new prospects.
Optionalpaging: ApolloPagingOptions
The operations the list/search actions need. No delete surface, by design.