openapi: 3.0.3
info:
title: Benchmark Email RESTful API v3.0 ABTest Creation Inbox Checker API
description: 'RESTful API for managing email marketing contacts, lists, campaigns, automations, reports, images, and webhooks within the Benchmark Email platform. To use the API, you need a Benchmark Email API token available at https://ui.benchmarkemail.com/Integrate#API. Rate limit: 500 calls per 2 minutes and 60,000 calls per day.'
version: 3.0.0
contact:
name: Benchmark Email Developer Support
url: https://developer.benchmarkemail.com/
license:
name: Proprietary
servers:
- url: https://clientapi.benchmarkemail.com
description: Benchmark Email Client API
security:
- apiKeyAuth: []
tags:
- name: Inbox Checker
description: Test emails in inbox preview
paths:
/Inbox/:
get:
tags:
- Inbox Checker
summary: Get a Inbox List
operationId: get__inbox
parameters:
- name: Filter
in: query
required: false
schema:
type: string
- name: PageNumber
in: query
required: false
schema:
type: string
- name: PageSize
in: query
required: false
schema:
type: string
- name: Status
in: query
required: false
schema:
type: string
- name: OrderBy
in: query
required: false
schema:
type: string
- name: SortOrder
in: query
required: false
schema:
type: string
responses:
'200':
description: Successful response
'400':
description: Bad request
'401':
description: Unauthorized
'404':
description: Not found
description: "
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"
post:
tags:
- Inbox Checker
summary: Create a Inbox
operationId: post__inbox
parameters: []
responses:
'200':
description: Successful response
'400':
description: Bad request
'401':
description: Unauthorized
'404':
description: Not found
description: "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"
requestBody:
content:
application/json:
schema:
type: object
/Inbox/{ID}:
delete:
tags:
- Inbox Checker
summary: ' Delete a Inbox'
operationId: delete__inbox__id
parameters:
- name: ID
in: path
required: true
schema:
type: string
responses:
'200':
description: Successful response
'400':
description: Bad request
'401':
description: Unauthorized
'404':
description: Not found
description: "Delete 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 "
get:
tags:
- Inbox Checker
summary: Get a Inbox Master Result
operationId: get__inbox__id
parameters:
- name: ID
in: path
required: true
schema:
type: string
responses:
'200':
description: Successful response
'400':
description: Bad request
'401':
description: Unauthorized
'404':
description: Not found
description: "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 StatusGet 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 "
components:
securitySchemes:
apiKeyAuth:
type: apiKey
in: header
name: AuthToken
description: API token obtained from https://ui.benchmarkemail.com/Integrate#API
| |