Questions? Feedback? powered by Olark live chat software

Newsman API Page

Newsman API » Newsman API 1.0 » Email » email.bad_status

Newsman Api Method: email.bad_status

Prototype: email.bad_status($key, $email, $account_id)

Description: Return data about number of spam, unsub, bounce, hardbounce for this user for all accounts or just specific account.
Ex: {‘unsub’: 0, ‘hardbounce’: 0, ‘bounce’: 2, ‘spam’: 0}

Return: struct

Variable Type Description
$key string API key
$email string
$account_id string

Curl Code Example

curl -G https://cluster.newsmanapp.com/api/1.0/email.bad_status \
	-d key=8907sdf8890skl34kl34j \
	-d account_id=test22011 \
	-d email=example@example.com