{ "opencollection": "1.0.0", "info": { "name": "Benchmark Email RESTful API v3.0 ABTest Creation List Configurations & Searches API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "List Configurations & Searches", "type": "folder" }, "items": [ { "info": { "name": "/ | All lists or filter for a list, Get a list of contacts", "type": "http" }, "http": { "method": "GET", "url": "https://clientapi.benchmarkemail.com/Contact/", "params": [ { "name": "Status", "value": "", "type": "query" }, { "name": "PageNumber", "value": "", "type": "query" }, { "name": "PageSize", "value": "", "type": "query" }, { "name": "SearchFilter", "value": "", "type": "query" }, { "name": "OrderBy", "value": "", "type": "query" }, { "name": "SortOrder", "value": "", "type": "query" } ] }, "docs": "
| Key | Required | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PageNumber | optional | int | Page number | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PageSize | optional | int | Number of records to show per page | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| OrderBy | optional | string | Field to order by, email, date, count, "
},
{
"info": {
"name": "/ | Create new List, Create List",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://clientapi.benchmarkemail.com/Contact/",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": " |