Introduction
API endpoints require the use of the Account Id in the endpoint URL path.
E.G https://services.reachmail.net/EasySmtp/{accountId}
https://services.reachmail.net/EasySmtp/00000000-0000-0000-0000-000000000000
Step 1 - Getting your Account Id
All ReachMail accounts can access the /Administration/Users/Current endpoint to retrieve their Account Id. The Account Id is not your Account Key.
Step 2 - Sending a Message
Most users should stick with the standard /EasySMTP endpoint for basic messages. /EasySmtp/Advanced can be used for personalization, dynamic headers, multiple attachment MIME types, etc.
EasySMTP API Guide - Sending a Message
Step 3 - Reporting
EasySMTP Reporting endpoints accept dates as filter arguments in the request. Retrieve a summary, bounces, opens, clicks, and opt-out reports. See the Summary Report endpoint documentation.