Appearance
API Reference
Mailisk offers API endpoints for use cases like automating email testing and SMS testing. See Getting Started to get setup with the basics and start making requests.
The base API path is https://api.mailisk.com/api/.
All endpoints accept the X-Api-Key header with your API key.
sh
curl --request GET \
--url https://api.mailisk.com/api/test \
--header 'Accept: application/json' \
--header 'X-Api-Key: {Api Key}'Available endpoints
See either our OpenAPI specification or the individual endpoints on the sidebar for more details.
