Health Check
API Health Check
Check if the API is running and available
GET
Documentation Index
Fetch the complete documentation index at: https://docs.mailgreet.com/llms.txt
Use this file to discover all available pages before exploring further.
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
API status:
ok when healthyStatus message confirming the API is running
ISO 8601 timestamp of the health check
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

