Skip to main content
GET
/
ping
Ping
curl --request GET \
  --url https://api.sbx.moduluslabs.io/reports/ping
"Pong!"
The Ping endpoint is a simple health check that allows you to:
  • Test connectivity to Modulus Labs servers
  • Verify API availability and response time
  • Confirm your network can reach the API endpoints
This endpoint does not require authentication, making it perfect for quick connectivity tests and uptime monitoring.
If you receive Pong!, the API is available and your network connectivity is working!

Response

API is available and responding

The response is of type string.

Example:

"Pong!"