Add
Block a contact from the contact list and widget
Add
POST
https://{{account_id}}.acquire.io/api/v1/crm/block-visitor
Use this endpoint to block a contact. Contacts are blocked by their ID. To find a contact's ID, log in to Acquire and hover their name or send a GET request to List all contacts.
Query Parameters
Name
Type
Description
Authorization
string
Bearer {{API_KEY}}
Request Body
Name
Type
Description
blockTill
string
Contact block end date.
data
array
ID of the contacts that will be blocked
type
string
Block type: "contact"
Last updated