Guides
Contact
Create and maintain contacts, addresses, and contact methods
Contact Guide
Use the contact endpoints to manage workspace-scoped contact records and their nested address and communication method data.
Primary Workflow
- List or create contacts with
GETandPOST /organisation/{orgId}/workspace/{workspaceId}/contact. - Fetch or update a single contact via
/contact/{contactId}. - Attach address records with
/contact/{contactId}/address. - Attach communication methods with
/contact/{contactId}/method.
Reference
Covered Operations
GET|POST /organisation/{orgId}/workspace/{workspaceId}/contactGET|PATCH /organisation/{orgId}/workspace/{workspaceId}/contact/{contactId}POST /organisation/{orgId}/workspace/{workspaceId}/contact/{contactId}/addressPATCH|DELETE /organisation/{orgId}/workspace/{workspaceId}/contact/{contactId}/address/{addressId}POST /organisation/{orgId}/workspace/{workspaceId}/contact/{contactId}/methodPATCH|DELETE /organisation/{orgId}/workspace/{workspaceId}/contact/{contactId}/method/{methodId}

