Delete
Unblock a visitor
Delete
DELETE
https://{{account_id}}.acquire.io/api/v1/crm/block-visitor?id={{id}}
Unblock a visitor (remove a visitor from the block list). The id must be passed in to the endpoint as a path parameter. To find the id, send a Get request to the Block Visitor List endpoint.
Query Parameters
Name
Type
Description
id
integer
Visitor's block ID.
Headers
Name
Type
Description
Authorization
string
Bearer {{API_KEY}}
Last updated