{ "opencollection": "1.0.0", "info": { "name": "Benchmark Email RESTful API v3.0 ABTest Creation API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "ABTest Creation", "type": "folder" }, "items": [ { "info": { "name": "Create AB Test", "type": "http" }, "http": { "method": "POST", "url": "https://clientapi.benchmarkemail.com/ABSplit/", "body": { "type": "json", "data": "{}" } }, "docs": "Create AB split\r\n

Body Parameters (to be encoded as a JSON string)

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r" }, { "info": { "name": "Get Details for the AB Test", "type": "http" }, "http": { "method": "GET", "url": "https://clientapi.benchmarkemail.com/ABSplit/:ID", "params": [ { "name": "ID", "value": "", "type": "path" } ] }, "docs": "Get Details for the AB Split\r\n

URL parameter :

\r\n
KeyRequiredDescription
NameRequiredName of AB test
TypeRequiredTest type (like 1,2,3,4) 1.From Name / Subject Line Test 2.Campaign vs. Campaign Test 3.Multiple Variable Test 4.Delivery Time Test
\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
ParameterTypeDescription
IDstringABSplit ID
\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
ParameterTypeDescription
Statusstring1 if successful, -1 if err" }, { "info": { "name": "Update the AB Test", "type": "http" }, "http": { "method": "PATCH", "url": "https://clientapi.benchmarkemail.com/ABSplit/:ID", "params": [ { "name": "ID", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update AB split\r\n

URL parameters:

\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n \r\n \r\n \r\n\r\n
ParameterTypeDescription
IDstringABSplit ID
\r\n

Body Parameters (to be encoded as a JSON string)

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
KeyRequiredDescription
NameRequiredName of AB test
TypeRequiredTest type (" } ] } ], "bundled": true }