Status

Gateway status can be easily tested with the /reports/hello endpoint.

Hello

GET /hello

Health checks are extremely important in determining the status of an application. Without them, it can be hard to know the actual state of the Gateway.

Request

GET /hello
curl "https://demoapidocs.firstrate.com:8443/hello"

Response

{
  "status": "pass",
  "version": "1.0.0",
  "description": "Core 2.0 Demo API Gateway",
  "message": "Hello, World!",
  "timestamp": "2025-05-07T00:25:45.348Z"
}

Was this page helpful?