API Testing Mode automatically cancels all orders submitted through the API. Use it while developing or validating your integration so you can inspect requests safely without sending real mail.Documentation Index
Fetch the complete documentation index at: https://docs.thanks.io/llms.txt
Use this file to discover all available pages before exploring further.
What Testing Mode Does
- Accepts API orders normally so you can validate your payloads and workflow.
- Automatically cancels those orders instead of mailing them.
- Prevents accidental production sends during development.
When to Use It
Keep testing mode enabled until you have verified:- Authentication is working
- Your recipient payloads are correct
- Your creative and message fields render as expected
- Your application is ready to send production mail intentionally