Questions? Feedback? powered by Olark live chat software

Newsman API Page

Newsman API » Newsman API 1.0 » Email » email.history

Newsman Api Method: email.history

Prototype: email.history($key, $account_id, $email, $count, $before_timestamp)

Description: Returns history for this email in the same format as the account.history.

Return: struct

Variable Type Description
$key string API key
$account_id string
$email string
$count integer limit the number of results (must be between 50 and 1000 inclusive), default: 50
$before_timestamp timestamp timestamp (int or float – seconds since epoch) used to navigate between the results. If not present current time is used.

Curl Code Example

curl -G https://cluster.newsmanapp.com/api/1.0/email.history \
	-d key=89789sdsd9fsdf9sd7k2k \
	-d account_id=test90210 \
	-d email=example@example.com \
	-d count=120