{
"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| Key | \r\nRequired | \r\nDescription | \r\n
\r\n\r\n\r\n\r\n| Name | \r\nRequired | \r\nName of AB test | \r\n
\r\n\r\n| Type | \r\nRequired | \r\nTest 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"
},
{
"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\nURL parameter :
\r\n\r\n \r\n | Parameter | \r\n Type | \r\n Description | \r\n
\r\n \r\n | ID | \r\n string | \r\n ABSplit ID | \r\n
\r\n
\r\n Response body parameters:
\r\n \r\n \r\n | Parameter | \r\n Type | \r\n Description | \r\n
\r\n \r\n | Status | \r\n string | \r\n 1 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\nURL parameters:\r\n\r\n\r\n | Parameter | \r\n Type | \r\n Description | \r\n \r\n\r\n | ID | \r\n string | \r\n ABSplit ID | \r\n \r\n \r\nBody Parameters (to be encoded as a JSON string)\r\n\r\n\r\n\r\n| Key | \r\nRequired | \r\nDescription | \r\n \r\n\r\n\r\n\r\n| Name | \r\nRequired | \r\nName of AB test | \r\n \r\n\r\n| Type | \r\nRequired | \r\nTest type ("
}
]
}
],
"bundled": true
} | |