{
"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\nResponse body parameters
\r\n\r\n\r\n\r\n| Key | Type | Description |
\r\n\r\n\r\n| Status | string | 1 if successful, -1 if error |
\r\n| Count | int | Total count |
\r\n\r\n
"
},
{
"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\nURL Parameters
\r\n\r\n\r\n\r\n| Key | Required | Type | Description |
\r\n\r\n\r\n| {{EMail}} | required | string | EMail Address |
\r\n\r\n
\r\n\r\nQuery String parameters
\r\n\r\n\r\n\r\n| Key | Required | Type | Description |
\r\n\r\n\r\n| PageNumber | optional | int | Page number |
\r\nGet contact history\r\nURL Parameters
\r\n\r\n\r\n\r\n| Key | Required | Type | Description |
\r\n\r\n\r\n| {{EMailID}} | required | string | EMail Address |
\r\n\r\n
\r\n\r\nQuery String parameters
\r\n\r\n\r\n\r\n| Key | Required | Type | Description |
\r\n\r\n\r\n| PageNumber | optional | int | Page number |
\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\nResponse body parameters
\r\n\r\n\r\n\r\n| Key | Type | Description |
\r\n\r\n\r\n| Status | string | 1 if successful, -1 if error |
\r\n| Count | int | Total count |
\r\n\r\n
"
}
]
}
],
"bundled": true
}