CRM contacts
Number of APIs: 5
-
Create CRM Contact POST {{url}}/v2/crm/contacts
-
Get the list of CRM Contacts GET {{url}}/v2/crm/contacts
-
Get CRM Contact info GET {{url}}/v2/crm/contacts/{{contact_id}}
-
Update a CRM Contact PUT {{url}}/v2/crm/contacts/{{contact_id}}
-
Remove a CRM Contact DELETE {{url}}/v2/crm/contacts/{{contact_id}}