Skip to main content
GET

Overview

Check if the MailGreet API is running and available. This endpoint is public and does not require authentication, making it ideal for uptime monitoring and health checks.
This is the only endpoint that doesn’t require an API key. Use it for monitoring services like UptimeRobot, Pingdom, or custom health checks.

Authentication

No authentication required. This endpoint is publicly accessible.

Base URL

This endpoint uses a different base URL than other API endpoints:

Response

status
string
API status: ok when healthy
message
string
Status message confirming the API is running
timestamp
string
ISO 8601 timestamp of the health check
version
string
Current API version

Use Cases

Uptime Monitoring

Configure your monitoring service to ping this endpoint every minute

Load Balancer

Use as a health check endpoint for your load balancer configuration

Status Page

Integrate with your status page to show API availability

CI/CD Pipeline

Check API availability before running integration tests

Monitoring Setup Examples

UptimeRobot

Pingdom