SendClean Email API

📘

Do you have any questions on our Email API? Write to us at [email protected]

SendClean offers a mostly RESTful API. All API calls should be made with HTTP POST.

The base API endpoint is:

https://api.SendCleanTES_APP_DOMAIN/v1.0/
📘

Please use us1-mta1.sendclean.netin replace of SendCleanTES_APP_DOMAIN while calling the API.

Consider any non-200 HTTP response code an error — the returned data will contain more detailed information.

API Resources

The API is organized into the following resource sections:

  • SMTP Users — add, edit, password reset, list
  • Sending Domains — add, verify DKIM/SPF, verify domain, list, delete
  • Tracking Domains — add, check, list, delete
  • Webhooks — add, edit, key reset, list, delete, webhook info, webhook format, webhook authentication
  • Messages — send mail, send template, send template HTTP GET, message info
  • Accounts — user details

Language Support

Official API clients are available in the following languages:

  • JSON
  • PHP
  • Python
  • Node.js

Did this page help you?