Links

List all contacts

Lists all the contacts for an account
get
https://{{account_id}}.acquire.io/api/v1/crm/objects/contact
Get contacts
The Search Contact List endpoint is in beta testing. Some features may not work as documented or may behave unexpectedly.
post
https://{{account_id}}.acquire.io/api/v1/crm/contact/list
Search Contact List

Body(raw)

{
"payload": {},
"page": 0,
"limit": 0,
"search": "[email protected]"
}