Skip to main content
GET
/
service-status
Get service status
curl --request GET \
  --url https://api.hixbe.com/rpki/service-status
"OK"
Returns basic service status indicating if the RPKI validation service is running. Use Cases:
  • Health checks
  • Load balancer probes
  • Service monitoring
  • Quick availability check

Response

Service is running

The response is of type string.

Example:

"OK"