Website
Guide & Tutorial
Blog
Book a Demo
Search…
2.0.0
Getting Started
Widget
Overview
Installation
Customization
SDK
[Under Development] Overview
[Under Development] iOS
[Under Development] Android
Webhooks
Introduction
Getting Started
Securing Webhook
Webhook Events
REST APIs
Introduction
Authorization
Conversation
Contact
List all contacts
Retrieve a contact
Add contact
Block Contact
Merge contact
Update contact
Delete contact
Company
Phone
Chatbot
Analytics
[Under Construction] Custom Cards
Knowledge Base
Settings
Powered By
GitBook
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)
1
{
2
"payload": {},
3
"page": 0,
4
"limit": 0,
5
"search": "
[email protected]
"
6
}
Copied!
REST APIs - Previous
Contact
Next
Retrieve a contact
Last modified
3mo ago
Copy link
Contents
get
Get contacts
post
Search Contact List
Body(raw)