{
"opencollection": "1.0.0",
"info": {
"name": "Benchmark Email RESTful API v3.0 ABTest Creation Inbox Checker API",
"version": "3.0.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "AuthToken",
"value": "{{AuthToken}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "Inbox Checker",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get a Inbox List",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://clientapi.benchmarkemail.com/Inbox/",
"params": [
{
"name": "Filter",
"value": "",
"type": "query"
},
{
"name": "PageNumber",
"value": "",
"type": "query"
},
{
"name": "PageSize",
"value": "",
"type": "query"
},
{
"name": "Status",
"value": "",
"type": "query"
},
{
"name": "OrderBy",
"value": "",
"type": "query"
},
{
"name": "SortOrder",
"value": "",
"type": "query"
}
]
},
"docs": "
Get a Inbox List
\r\nQuery String Parameters : \r\n \r\n \r\n | Parameter | \r\n Required | \r\n Type | \r\n Description | \r\n
\r\n \r\n | Status | \r\n Optional | \r\n string | \r\n Completed (1) Or Not (0) | \r\n
\r\n \r\n | PageNumber | \r\n Required | \r\n string | \r\n Page Number | \r\n
\r\n \r\n | PageSize | \r\n Requ"
},
{
"info": {
"name": "Create a Inbox",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://clientapi.benchmarkemail.com/Inbox/",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Create a Inbox\n Request Body Parameters : \n \n \n | Parameter | \n Required | \n Type | \n Description | \n \n \n | EmailID | \n Required | \n string | \n Email ID | \n \n \n | TestID | \n Required | \n string | \n Test ID (ID of the Applications in which the test is required like 0,22) | \n \n \n Response Body"
},
{
"info": {
"name": "Get a Inbox Master Result",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://clientapi.benchmarkemail.com/Inbox/:ID",
"params": [
{
"name": "ID",
"value": "",
"type": "path"
}
]
},
"docs": "Get a Inbox Master Result\r\nRequest Body Parameters : \r\n\r\n \r\n | Parameter | \r\n Required | \r\n Type | \r\n Description | \r\n \r\n \r\n | ID | \r\n Required | \r\n string | \r\n Inbox 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 StatusDelete a Inbox\r\n Request Body Parameters: \r\n \r\n \r\n | Parameter | \r\n Required | \r\n Type | \r\n Description | \r\n \r\n \r\n | ID | \r\n Required | \r\n string | \r\n Inbox 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 "
},
{
"info": {
"name": "Get a Inbox Detail Result",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://clientapi.benchmarkemail.com/Inbox/Tests"
},
"docs": "Get a Inbox Detail Tests\r\n\r\n Request Body Parameters : None \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 | TotalPurchase | \r\n int | \r\n Total Purchase test | \r\n \r\n \r\n | TotalTest | \r\n int | \r\n Total tests used | \r\n \r\n \r\n | TotalBalance | \r\n int | \r\n "
}
]
}
],
"bundled": true
} | |