« Back to Documentation Overview

get_campaign_blacklist

Section: Blacklists
Version: 1.5.0


Get blacklist masks on campaign level.


Parameters
stringAPI_KEY
object
stringcampaignCAMPAIGN_ID
objectmask
stringOPERATORvalue
objectcreated_on
stringOPERATORvalue
Return Value
stringmy_contact_1@emailaddress.com2010-01-01 00:00:00
stringmy_contact_2@emailaddress.com2010-01-01 00:00:00

Example Request JSON

[
    "API_KEY",
    {
        "campaign": "CAMPAIGN_ID",
        "mask": {
            "OPERATOR": "value"
        },
        "created_on": {
            "OPERATOR": "value"
        }
    }
]

Example Response JSON

{
    "my_contact_1@emailaddress.com": "2010-01-01 00:00:00",
    "my_contact_2@emailaddress.com": "2010-01-01 00:00:00"
}
API-wide Errors
API key verification failed API key verification failed
API client IP not allowed API client IP not allowed
Invalid params Attribute params must be reference to hash