🚫Managing unsubscribed users
Across multiple tools
API Endpoints
Get Unsubscribed Emails
Query Parameters
Name
Type
Description
{
"total": 125,
"items": [
{"email": "abc@xyz.co", "source": "humanic", "tags": ["t1", "t2"]},
{"email": "xyz@abc.co", "source": "api", "tags": []}
]
}Create Unsubscribed Emails
Request Body
Name
Type
Description
Delete Unsubscribed Emails
Request Body
Name
Type
Description
Authentication
Last updated
Was this helpful?