Appearance
API Reference
Mailisk offers API endpoints for use cases like automating email testing. See Getting Started to get setup with the basics and start making requests.
The base API path is https://api.mailisk.com/api/
.
Available endpoints:
- Search Inbox (
GET /emails/{namespace}/inbox
) - List Namespaces (
GET /namespaces
) - Get SMTP Settings (
GET /smtp/{namespace}
)