API Reference
InboxIssue REST API documentation
API Reference
Programmatically test email deliverability with the InboxIssue API.
API access is available on Pro and Enterprise plans.
API Endpoints
InboxIssue provides two APIs for different use cases:
Spam Tests API
Core deliverability testing for InboxIssue users. Results are viewed on shareable reports.
External Tests API
Simplified API for third-party integrations. Best used with webhooks for real-time notifications.
Which API Should I Use?
| Use Case | Recommended API |
|---|---|
| Running tests from your own application | Spam Tests API |
| Viewing results on shareable reports | Spam Tests API |
| CI/CD pipeline integration | Spam Tests API |
| Third-party app integration (DMARC Reporter, etc.) | External Tests API |
| Real-time webhook notifications | External Tests API |
| White-label integrations | External Tests API |
Reference
Authentication
API tokens and authentication
Error Handling
Error codes and best practices
Code Examples
SDK examples for Python, JavaScript, Ruby