{ "opencollection": "1.0.0", "info": { "name": "Benchmark Email RESTful API v3.0 ABTest Creation Contact Reports & Metrics API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Contact Reports & Metrics", "type": "folder" }, "items": [ { "info": { "name": "/ActiveCount | Total all active emails by account, Get ActiveCount", "type": "http" }, "http": { "method": "GET", "url": "https://clientapi.benchmarkemail.com/Contact/ActiveCount" }, "docs": "

Get ActiveCount

\r\n\r\n

Response body parameters

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
KeyTypeDescription
Statusstring1 if successful, -1 if error
CountintTotal count
" }, { "info": { "name": "/{{ContactEmail}}/ContactReportHistory || Engagement by a Contact, Get contact history", "type": "http" }, "http": { "method": "GET", "url": "https://clientapi.benchmarkemail.com/Contact/:ContactEmail/ContactReportHistory", "params": [ { "name": "ContactEmail", "value": "", "type": "path" } ] }, "docs": "

Get contact history

\r\n

URL Parameters

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
KeyRequiredTypeDescription
{{EMail}}requiredstringEMail Address
\r\n\r\n

Query String parameters

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nGet contact history\r\n

URL Parameters

\r\n
KeyRequiredTypeDescription
PageNumberoptionalintPage number
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
KeyRequiredTypeDescription
{{EMailID}}requiredstringEMail Address
\r\n\r\n

Query String parameters

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<" }, { "info": { "name": "/UniqueCount || Get UniqueCount", "type": "http" }, "http": { "method": "GET", "url": "https://clientapi.benchmarkemail.com/Contact/UniqueCount" }, "docs": "

Get UniqueCount

\r\n\r\n

Response body parameters

\r\n
KeyRequiredTypeDescription
PageNumberoptionalintPage number
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
KeyTypeDescription
Statusstring1 if successful, -1 if error
CountintTotal count
" } ] } ], "bundled": true }