Benchmark Email Archive API

Manage email archive and archive pages

Operations 15

GET /Archive Get a list of emails for archive #
POST /Archive/ Adding an email to archive #
PATCH /Archive/ Update archive home page data #
DELETE /Archive/{ID} Delete email from archive #
GET /Archive/Domain Get details about Archive Page #
POST /Archive/AddDomain Adding or Updating archive domain #
GET /Archive/{mode} Get HTML for button #
GET /Archive/Image/{mode} Get image for button #
GET /Archive/ArchivePages Getting list of archive pages #
POST /Archive/AddArchiveHome Update the Archive Home Page #
GET /Archive/ArchiveHomePage Getting the archive home page #
GET /Archive/{ArchiveID}/Detail Get the details of archive email #
PATCH /Archive/{ArchiveID}/Update Update the archive email details #
GET /Archive/ArchiveHome/{Domain}/{Type} Get Archive Home Data #
POST /Archive/ArchiveEmail/{Domain} Get HTML for Archive Newsletter #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/benchmark-email-archive-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

benchmark-email-archive-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Benchmark Email RESTful API v3.0 ABTest Creation Archive 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: Archive
  description: Manage email archive and archive pages
paths:
  /Archive:
    get:
      tags:
      - Archive
      summary: Get a list of emails for archive
      operationId: get__archive
      parameters:
      - name: PageNumber
        in: query
        required: false
        schema:
          type: string
      - name: PageSize
        in: query
        required: false
        schema:
          type: string
      - name: Filter
        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 list of emails for archive

        <h4>Query String Parameter : </h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>PageNumber</td>

        <td>optional</td>

        <td>Page Number</td>

        </tr>

        <tr>

        <td>PageSize</td>

        <td>optional</td>

        <td>Number of records to show per page</td>

        </tr>

        <tr>

        <td>Filter</td>

        <td>optional</td>

        <td>Filter for archive name</td>

        </tr>

        <tr>

        <td>OrderBy</td>

        <td>optional</td>

        <td>The column to sort on</td>

        </tr>

        <tr>

        <td>SortOrder</'
  /Archive/:
    post:
      tags:
      - Archive
      summary: Adding an email to archive
      operationId: post__archive
      parameters: []
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Add an email to archive page

        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>EmailID</td>

        <td>Required</td>

        <td>ID of the Email which want to add as archive</td>

        </tr>

        </tbody>

        </table>

        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th><th>Type</th><th>Description</th></tr>

        </thead>

        <tbody>

        <tr><td>Return value</td><td>String</td><td>1 if su'
      requestBody:
        content:
          application/json:
            schema:
              type: object
    patch:
      tags:
      - Archive
      summary: Update archive home page data
      operationId: patch__archive
      parameters: []
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Update archieve home page data like Page Title ,logo,header,footer etc

        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Type</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>data</td>

        <td>Required</td>

        <td><a href=http://www.benchmarkemail.com/models.htm#ArchiveHomePageData>ArchiveHomePageData</a></td>

        </tr>

        </tbody>

        </table>

        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th><th>Type</th><th>Description</'
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /Archive/{ID}:
    delete:
      tags:
      - Archive
      summary: Delete email from archive
      operationId: delete__archive__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 an email from archive

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>{{ID}}</td>

        <td>Required</td>

        <td>Archive ID</td>

        </tr>

        </tbody>

        </table>

        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th><th>Type</th><th>Description</th></tr>

        </thead>

        <tbody>

        <tr><td>Return value</td><td>String</td><td>1 if success, -1 if error</td></tr>

        </tbody>

        </table>'
  /Archive/Domain:
    get:
      tags:
      - Archive
      summary: Get details about Archive Page
      operationId: get__archive_domain
      parameters: []
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Getting details about Archive Page

        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th><th>Type</th><th>Description</th></tr>

        </thead>

        <tbody>

        <tr><td>ArchiveURL</td><td>String</td><td>Archive URL</td></tr>

        <tr><td>Share</td><td>String</td><td>Share</td></tr>

        <tr><td>SharePanel</td><td>String</td><td>Share Panel</td></tr>

        <tr><td>Domain</td><td>String</td><td>Domain</td></tr>

        <tr><td>ArchiveRootURL</td><td>String</td><td>Archive Root URL</td></tr>

        <tr><td>Image</td><td>String</td>'
  /Archive/AddDomain:
    post:
      tags:
      - Archive
      summary: Adding or Updating  archive domain
      operationId: post__archive_adddomain
      parameters: []
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Add / Update archive domain

        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>Domain</td>

        <td>Required</td>

        <td>Name of the Archive Domain</td>

        </tr>

        </tbody>

        </table>'
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /Archive/{mode}:
    get:
      tags:
      - Archive
      summary: Get HTML for button
      operationId: get__archive__mode
      parameters:
      - name: mode
        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 HTML for button

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>{{Mode}}</td>

        <td>Required</td>

        <td>ID of the button selected for archive(eg. 1,2,3,4,5,6,1000 etc)</td>

        </tr>

        </tbody>

        </table>


        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Type</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>Code</td>

        <td>String</td>

        <td>HTML of button</td>

        </tr>

        <tr>

        <td>ArchiveURL</td>

        <td>S'
  /Archive/Image/{mode}:
    get:
      tags:
      - Archive
      summary: Get image for button
      operationId: get__archive_image__mode
      parameters:
      - name: mode
        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 HTML for button

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>{{Mode}}</td>

        <td>Required</td>

        <td>ID of the button selected for archive(eg. 1,2,3,4,5,6,1000 etc)</td>

        </tr>

        </tbody>

        </table>


        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Type</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>Image</td>

        <td>String</td>

        <td>URL of the image</td>

        </tr>

        <tr>

        <td>Status</td>

        <td>In'
  /Archive/ArchivePages:
    get:
      tags:
      - Archive
      summary: Getting list of archive pages
      operationId: get__archive_archivepages
      parameters: []
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Type</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>Count</td>

        <td>Int</td>

        <td>Count of the archive pages</td>

        </tr>

        <tr>

        <td>Status</td>

        <td>String</td>

        <td>1 if success, -1 if error</td>

        </tr>

        <tr>

        <td>HideThumbnail</td>

        <td>String</td>

        <td>Whether the thumbnail should be hidden or not</td>

        </tr>

        <tr>

        <td>ArchiveIDs</td>

        <td>String</td>

        <td>Comma separated list of archive IDs</td>

        </tr>

        <tr>

        <td>Data</td>

        <td><'
  /Archive/AddArchiveHome:
    post:
      tags:
      - Archive
      summary: Update the Archive Home Page
      operationId: post__archive_addarchivehome
      parameters: []
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Update the Archive Home Page

        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>SelArchiveIDs</td>

        <td>Required</td>

        <td>ID of the Email which want to add as archive</td>

        </tr>

        <tr>

        <td>Vieworders</td>

        <td>Required</td>

        <td>view order for email</td>

        </tr>

        <tr>

        <td>chkHide</td>

        <td>Required</td>

        <td>include thumbnail or not either true or false</td>

        </tr>

        </tbo'
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /Archive/ArchiveHomePage:
    get:
      tags:
      - Archive
      summary: Getting the archive home page
      operationId: get__archive_archivehomepage
      parameters: []
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Get the archive home page

        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th><th>Type</th><th>Description</th></tr>

        </thead>

        <tbody>

        <tr><td>Status</td><td>String</td><td>1 if success, -1 if error</td></tr>

        <tr><td>Data</td><td><a href="http://www.benchmarkemail.com/models.htm#ArchiveHomePageData">ArchiveHomePageData</a></td><td>Array</td></tr>

        </tbody>

        </table>'
  /Archive/{ArchiveID}/Detail:
    get:
      tags:
      - Archive
      summary: Get the details of archive email
      operationId: get__archive__archiveid__detail
      parameters:
      - name: ArchiveID
        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 the details of archive email which id is pass

        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>{{ArchiveID}}</td>

        <td>Required</td>

        <td>Archive ID</td>

        </tr>

        </tbody>

        </table>


        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Type</th>

        <th>Description</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>ArchiveRootURL</td>

        <td>String</td>

        <td>Archive main URL</td>

        </tr>

        <tr>

        <td>EmailID</td>

        <td>String</td'
  /Archive/{ArchiveID}/Update:
    patch:
      tags:
      - Archive
      summary: Update the archive email details
      operationId: patch__archive__archiveid__update
      parameters:
      - name: ArchiveID
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: 'Update the archive email details like description,URL etc

        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr>

        <th>Key</th>

        <th>Required</th>

        <th>Type</th>

        </tr>

        </thead>

        <tbody>

        <tr>

        <td>ArchiveID</td>

        <td>Required</td>

        <td>Archive ID</td>

        </tr>

        <tr>

        <td>data</td>

        <td>Required</td>

        <td><a href=http://www.benchmarkemail.com/models.htm#ArchiveData>ArchiveData</a></td>

        </tr>

        </tbody>

        </table>

        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr>'
      requestBody:
        content:
          application/json:
            schema:
              type: object
  /Archive/ArchiveHome/{Domain}/{Type}:
    get:
      tags:
      - Archive
      summary: Get Archive Home Data
      operationId: get__archive_archivehome__domain___type
      parameters:
      - name: Domain
        in: path
        required: true
        schema:
          type: string
      - name: Type
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Get the details of archive email which id is pass</h4>


        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr><th>Key</th><th>Required</th><th>Description</th></tr>

        </thead>

        <tbody>

        <tr><td>Domain</td><td>Required</td><td>Archive Domain</td></tr>

        <tr><td>Type</td><td>Required</td><td>Type

        <code>Home</code> - Home

        <code>Image</code> - Image</td></tr>

        </tbody>

        </table>


        <h4>Response body parameters</h4>

        <table>

        <thead>

        <tr><th>Key</th><th>Type</th><th>Description</th></tr>

        </thead>

        <'
  /Archive/ArchiveEmail/{Domain}:
    post:
      tags:
      - Archive
      summary: Get HTML for Archive Newsletter
      operationId: post__archive_archiveemail__domain
      parameters:
      - name: Domain
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Successful response
        '400':
          description: Bad request
        '401':
          description: Unauthorized
        '404':
          description: Not found
      description: '<h4>Get HTML for Archive Newsletter</h4>


        <h4>URL Parameters</h4>

        <table>

        <thead>

        <tr><th>Key</th><th>Required</th><th>Description</th></tr>

        </thead>

        <tbody>

        <tr><td>Domain</td><td>Required</td><td>Archive Domain</td></tr>

        </tbody>

        </table>


        <h4>Body Parameters (to be encoded as a JSON string)</h4>

        <table>

        <thead>

        <tr><th>Key</th><th>Required</th><th>Description</th></tr>

        </thead>

        <tbody>

        <tr><td>ArchiveURL</td><td>Required</td><td>Archive URL</td></tr>

        <tr><td>Archive ID</td>'
components:
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: AuthToken
      description: API token obtained from https://ui.benchmarkemail.com/Integrate#API