openapi: 3.0.3 info: title: Benchmark Email RESTful API v3.0 ABTest Creation Help 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: Help description: Help desk and support tickets paths: /Help/: get: tags: - Help summary: Get List of Help Topic operationId: get__help parameters: - name: Filter[URL] 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 responses: '200': description: Successful response '400': description: Bad request '401': description: Unauthorized '404': description: Not found description: "

Get List of Help Topic

\nQuery string parameters : \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
Filter[URL]RequiredStringURL
PageNumberRequiredStringPage Number
PageSizeRequired" post: tags: - Help summary: ' Email Support/feedback to support' operationId: post__help parameters: [] responses: '200': description: Successful response '400': description: Bad request '401': description: Unauthorized '404': description: Not found description: "

Email Support/feedback to support

\n\n

Body Parameters (to be encoded as a JSON string)

\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
SubjectRequiredstringSubject
MessageRequiredstringYour Message
NameRequiredstringName of " requestBody: content: application/json: schema: type: object /Help/Ticket: post: tags: - Help summary: Generate Ticket operationId: post__help_ticket parameters: [] responses: '200': description: Successful response '400': description: Bad request '401': description: Unauthorized '404': description: Not found description: "

Generate Ticket

\n\nBody Parameters (to be encoded as a JSON string)\n\n \n \n \n \n \n \n \n \n \n \n \n \n
ParameterRequiredTypeDescription
NameRequiredstringName of a poll to be created
\n\n

Response body parameters

\n\n\n\n\n\n\n
KeyTypeDescription
Error