Ping the API

Lightweight health-check endpoint. Returns { "ping": "pong" } when the API is reachable. Does not require authentication.

Responses
  • application/json
Request Example for get/v1/ping
curl http://api.mailreach.co/api/v1/ping \
  --header 'X-Api-Key: YOUR_SECRET_TOKEN'
{
  "ping": "pong"
}