Zoho Mail Reply Address API

The MailReplyAddress API from Zoho — 2 operation(s) for mailreplyaddress.

Operations 2

POST /api/v1/mailReplyAddress/{mailReplyAddressId}/sendVerification Send Verification Mail #
GET /api/v1/mailReplyAddress List MailReplyAddresses #

Documentation

Specifications

Code Examples

Other Resources

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/zoho-mailreplyaddress-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

zoho-mailreplyaddress-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Helpcenter Mail Reply Address API
  version: 1.0.0
tags:
- name: MailReplyAddress
paths:
  /api/v1/mailReplyAddress/{mailReplyAddressId}/sendVerification:
    post:
      tags:
      - MailReplyAddress
      summary: Send Verification Mail
      description: This API sends a verification link to the MailReplyAddress configured in your help desk portal.
      operationId: sendVerificationEmail
      parameters:
      - name: mailReplyAddressId
        in: path
        required: true
        style: simple
        explode: false
        schema:
          type:
          - string
          - 'null'
          - integer
          format: int64
          pattern: ([0-9]+)
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '204':
          $ref: ./Common.json#/components/responses/emptyResponse
      security:
      - iam-oauth2-schema:
        - Desk.settings.CREATE
        - Desk.basic.CREATE
      x-audience:
      - external-public
  /api/v1/mailReplyAddress:
    get:
      tags:
      - MailReplyAddress
      summary: List MailReplyAddresses
      description: This API lists the mailReplyAddresses configured in your help desk portal.
      operationId: getReplyMailAddresses
      parameters:
      - name: departmentId
        in: query
        description: ID of the Department from which the addresses need to be queried.
        required: true
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          - integer
          format: int64
          description: ID of the Department from which the addresses need to be queried.
          pattern: ([0-9]+)
      - name: limit
        in: query
        description: Number of mail addresses to fetch
        required: false
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          - integer
          format: int32
          description: Number of mail addresses to fetch
          pattern: ([0-9]+)
      - name: from
        in: query
        description: Index number, starting from which the mail addresses must be fetched
        required: false
        style: form
        explode: true
        schema:
          type:
          - string
          - 'null'
          - integer
          format: int32
          description: Index number, starting from which the mail addresses must be fetched
          pattern: ([0-9]+)
      - name: isActive
        in: query
        description: Key that returns if the mailReplyAddress is active or not
        required: false
        style: form
        explode: true
        schema:
          type:
          - boolean
          - 'null'
          description: Key that returns if the mailReplyAddress is active or not
      - $ref: ./Common.json#/components/parameters/orgId
      responses:
        '422':
          $ref: ./Common.json#/components/responses/multipleUnprocessEntityResponse
        '204':
          $ref: ./Common.json#/components/responses/emptyResponse
        '200':
          $ref: '#/components/responses/getReplyMailAddressesResponse'
      security:
      - iam-oauth2-schema:
        - Desk.settings.READ
        - Desk.basic.READ
      x-audience:
      - external-public
components:
  responses:
    getReplyMailAddressesResponse:
      description: getReplyMailAddressesResponse template definitions
      content:
        application/json:
          schema:
            type:
            - 'null'
            - object
            additionalProperties: false
            properties:
              data:
                $ref: '#/components/schemas/data'
            required:
            - data
          examples:
            Valid responses Definitions:
              value:
                data:
                - modifiedTime: 1673006126000
                  address: support@zylker.com
                  isVerified: true
                  isSmtpEnabled: true
                  displayName: Support
                  departmentId: '4000000007043'
                  isActive: true
                  smtpDetails:
                    port: '465'
                    host: smtp.zoho.com
                    userName: support@zylker.com
                    connectionType: SSL
                  createdBy:
                    photoURL: https://desk.zoho.com/api/v1/agents/4000000028043/photo?orgId=11171343
                    firstName: Sam
                    lastName: Steve
                    id: '4000000028043'
                    email: steve@zylker.com
                  createdTime: 1672998926000
                  modifiedBy:
                    photoURL: https://desk.zoho.com/api/v1/agents/4000000028043/photo?orgId=11171343
                    firstName: Sam
                    lastName: Steve
                    id: '4000000028043'
                    email: steve@zylker.com
                  id: '4000000025003'
                  serviceProviderType: CustomSMTP
                - modifiedTime: 1673006126000
                  address: market@zylker.com
                  isVerified: true
                  isSmtpEnabled: false
                  createdBy:
                    photoURL: https://desk.zoho.com/api/v1/agents/4000000028043/photo?orgId=11171343
                    firstName: Sam
                    lastName: Steve
                    id: '4000000028043'
                    email: steve@zylker.com
                  displayName: Marketing
                  departmentId: '4000000007043'
                  createdTime: 1672998926000
                  modifiedBy:
                    photoURL: https://desk.zoho.com/api/v1/agents/4000000028043/photo?orgId=11171343
                    firstName: Sam
                    lastName: Steve
                    id: '4000000028043'
                    email: steve@zylker.com
                  id: '4000000026001'
                  isActive: false
                  serviceProviderType: ZohoSMTP
                - modifiedTime: 1673006126000
                  address: techsupport@zylker.com
                  isVerified: true
                  isSmtpEnabled: true
                  displayName: Tech
                  departmentId: '4000000007043'
                  isActive: true
                  smtpDetails:
                    port: '465'
                    host: smtp.zoho.com
                    userName: techsupport@zylker.com
                    connectionType: SSL
                  createdBy:
                    photoURL: https://desk.zoho.com/api/v1/agents/4000000028043/photo?orgId=11171343
                    firstName: Sam
                    lastName: Steve
                    id: '4000000028043'
                    email: steve@zylker.com
                  createdTime: 1672998926000
                  modifiedBy:
                    photoURL: https://desk.zoho.com/api/v1/agents/4000000028043/photo?orgId=11171343
                    firstName: Sam
                    lastName: Steve
                    id: '4000000028043'
                    email: steve@zylker.com
                  id: '4000000028003'
                  serviceProviderType: CustomSMTP
  schemas:
    data:
      type:
      - 'null'
      - array
      items:
        $ref: '#/components/schemas/secondListViewJson'
    author:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        photoURL:
          type:
          - string
          - 'null'
          maxLength: 200
          minLength: 0
          pattern: (^(ht|f)tp(s?)\://[-.\w]*(/?)([a-zA-Z0-9\-\.\?\,\:\'/\\+=&%\$#_@]*)?$)
        firstName:
          type:
          - string
          - 'null'
          maxLength: 50
          minLength: 0
        lastName:
          type:
          - string
          - 'null'
          maxLength: 50
          minLength: 0
        id:
          type:
          - string
          - 'null'
          - integer
          format: int64
          pattern: ([0-9]+)
        email:
          type:
          - string
          - 'null'
          maxLength: 100
          minLength: 0
          pattern: ^[a-zA-Z0-9\_]([a-zA-Z0-9\_\+\-\.\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\-\_]*[a-zA-Z0-9])*)[\.])+[a-zA-Z]{2,22}$
      required:
      - email
      - firstName
      - id
      - lastName
      - photoURL
    secondListViewJson:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        modifiedTime:
          type:
          - string
          - 'null'
          maxLength: 100
          minLength: 0
          pattern: (((19|20)\d\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\d]{0,3})?(Z))
        address:
          type:
          - string
          - 'null'
          maxLength: 100
          minLength: 0
          pattern: ^[a-zA-Z0-9\_]([a-zA-Z0-9\_\+\-\.\'&]*)@(?=.{4,256}$)(([a-zA-Z0-9]+)(([\-\_]*[a-zA-Z0-9])*)[\.])+[a-zA-Z]{2,22}$
        isSmtpEnabled:
          type:
          - boolean
          - 'null'
        isVerified:
          type:
          - boolean
          - 'null'
          description: Key that returns if the mailReplyAddress is verified or not
        displayName:
          type:
          - string
          - 'null'
          maxLength: 100
          minLength: 0
        departmentId:
          type:
          - string
          - 'null'
          - integer
          format: int64
          description: ID of the Department from which the addresses need to be queried.
          pattern: ([0-9]+)
        isActive:
          type:
          - boolean
          - 'null'
          description: Key that returns if the mailReplyAddress is active or not
        smtpDetails:
          $ref: '#/components/schemas/smtpDetails'
        createdBy:
          $ref: '#/components/schemas/author'
        createdTime:
          type:
          - string
          - 'null'
          maxLength: 100
          minLength: 0
          pattern: (((19|20)\d\d)[-/.]{1}(0?[1-9]|1[012])[-/.]{1}(0?[1-9]|[12][0-9]|3[01])(T)([01]?[0-9]|2[0-3]):[0-5]?[0-9]:[0-5]?[0-9]([/.][\d]{0,3})?(Z))
        modifiedBy:
          $ref: '#/components/schemas/author'
        id:
          type:
          - string
          - 'null'
          - integer
          format: int64
          pattern: ([0-9]+)
        serviceProviderType:
          type:
          - string
          - 'null'
          maxLength: 100
          minLength: 0
          pattern: ZohoSMTP|CustomSMTP|Outlook|Office
      required:
      - address
      - createdBy
      - createdTime
      - departmentId
      - displayName
      - id
      - isActive
      - isVerified
      - modifiedBy
      - modifiedTime
      - serviceProviderType
      - smtpDetails
    smtpDetails:
      type:
      - 'null'
      - object
      additionalProperties: false
      properties:
        port:
          type:
          - string
          - 'null'
          - integer
          format: int32
          pattern: ([0-9]+)
        host:
          type:
          - string
          - 'null'
          maxLength: 100
          minLength: 0
          pattern: (^(ht|f)tp(s?)\://[-.\w]*(/?)([a-zA-Z0-9\-\.\?\,\:\'/\\+=&%\$#_@]*)?$)
        userName:
          type:
          - string
          - 'null'
          maxLength: 100
          minLength: 0
        connectionType:
          type:
          - string
          - 'null'
          enum:
          - PLAIN
          - SSL
          - TLS
          maxLength: 100
          minLength: 0
  securitySchemes:
    iam-oauth2-schema:
      $ref: ./Common.json#/components/securitySchemes/iam-oauth2-schema
x-entity: Helpcenter