{ "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\n

URL Parameters

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
KeyRequiredTypeDescription
{{ListID}}requiredstringID of the list
\r\n\r\n

Query String parameters

\r\n\r\n\r\n\r\n\r\n\r\n\r\n
KeyRequiredTypeDescription
SearchFilteroptionalstring Search valueSearch Contacts\r\n

Query String parameters

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
KeyRequiredTypeDescription
SearchFilteroptionalstring Search Filter
Searchrequiredstring Email Address you want to search
\r\n\r\n

Response body parameters

\r\n\r\n\r\n\r\n\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\n

URL Parameters

\r\n
KeyTypeDescription
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
KeyRequiredTypeDescription
{{ListID}}requiredstringID of the list
{{ContactID}}requiredstringID of the contact
\r\n\r\n

Response body parameters

\r\n\r\n\r\n\r\n\r\n\r\n\r\nDelete the selected contacts from ALL lists\r\n\r\n

Request body parameters

\r\n
KeyTypeDescription
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
KeyRequiredTypeDescription
SearchoptionalstringSearch value like email address
FilteroptionalstringFilter value
\r\n\r\n

Body Parameters (To be passed as a JSON string)

\r\n\r\n\r\n\r\n
Key" } ] } ], "bundled": true }