How to configure API? | Zoho ZeptoMail

How to configure API?

You need to add the send mail token to authenticate your API requests. This is a unique token you can generate in your Agent within your ZeptoMail account. Use the send mail token as a header when you call ZeptoMail REST Email Sending API.

Example

POST /v1.1/email

Query String:

POST
HOST: https://api.zeptomail.com
Header:
Authorization: zoho-enczapikey <space> <send mail token>

Steps to generate the Send mail token:

Navigate to the desired Agent in the left panel of your ZeptoMail account.
  1. Go to the SMTP/API section.
  2. From here, you can copy the Agent-specific send mail token under the API tab.
  3. You can either use the default Send Mail Token or generate a new one.
Agents >> SMTP/API >> Copy Send Mail Token 
Refer to the API documentation here for the required API scopes.

Write to us at support@zeptomail.com if you have further queries related to API configuration.