{
"opencollection": "1.0.0",
"info": {
"name": "Benchmark Email RESTful API v3.0 ABTest Creation Contact Configurations & Searches API",
"version": "3.0.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "AuthToken",
"value": "{{AuthToken}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "Contact Configurations & Searches",
"type": "folder"
},
"items": [
{
"info": {
"name": "/{{ListID}}/ContactDetails? | Search a List, Get Filtered Contacts",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://clientapi.benchmarkemail.com/Contact/:ListID/ContactDetails",
"params": [
{
"name": "ListID",
"value": "",
"type": "path"
},
{
"name": "SearchType",
"value": "",
"type": "query"
},
{
"name": "SearchField",
"value": "",
"type": "query"
},
{
"name": "SearchFilter",
"value": "",
"type": "query"
},
{
"name": "PageNumber",
"value": "",
"type": "query"
},
{
"name": "PageSize",
"value": "",
"type": "query"
},
{
"name": "OrderBy",
"value": "",
"type": "query"
},
{
"name": "SortOrder",
"value": "",
"type": "query"
},
{
"name": "Filter",
"value": "",
"type": "query"
}
]
},
"docs": "
Get Filtered Contacts
\r\nURL Parameters
\r\n\r\n\r\n\r\n| Key | Required | Type | Description |
\r\n\r\n\r\n| {{ListID}} | required | string | ID of the list |
\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| SearchFilter | optional | string | Search value | Search Contacts\r\nQuery String parameters
\r\n\r\n\r\n\r\n| Key | Required | Type | Description |
\r\n\r\n\r\n| SearchFilter | optional | string | Search Filter |
\r\n| Search | required | string | Email Address you want to search |
\r\n\r\n
\r\n\r\nResponse body parameters
\r\n\r\n\r\n\r\n| Key | Type | Description |
\r\n"
},
{
"info": {
"name": "/{{ListID}}/ContactDetails/{{ContactID}} | Show a contact field names valuesand rating , Contact Details",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://clientapi.benchmarkemail.com/Contact/:ListID/ContactDetails/:ContactID",
"params": [
{
"name": "ListID",
"value": "",
"type": "path"
},
{
"name": "ContactID",
"value": "",
"type": "path"
}
]
},
"docs": "Get Contact Details
\r\nURL Parameters
\r\n\r\n\r\n\r\n| Key | Required | Type | Description |
\r\n\r\n{{ListID}} | required | string | ID of the list | \r\n| {{ContactID}} | required | string | ID of the contact |
\r\n\r\n
\r\n\r\nResponse body parameters
\r\n\r\n\r\n\r\n| Key | Type | Description |
\r\n\r\n\r\nDelete the selected contacts from ALL lists\r\n\r\nRequest body parameters
\r\n\r\n\r\n\r\n| Key | Required | Type | Description |
\r\n\r\n\r\n| Search | optional | string | Search value like email address |
\r\n| Filter | optional | string | Filter value |
\r\n\r\n
\r\n\r\nBody Parameters (To be passed as a JSON string)
\r\n\r\n\r\n\r\n| Key | "
}
]
}
],
"bundled": true
} |