Service
Health checks and API version discovery endpoints. These endpoints are publicly accessible and do not require authentication.
get
/v1/cefi/healthGet service healthReturns the current readiness status for the REST API Gateway. The response includes a human-readable status indicator, the service name, and the timestamp when the status was generated.get/v1/cefi/versionsGet supported API versionsReturns a list of supported API versions with their deprecation status. Use this endpoint to discover available versions and plan migrations when versions are deprecated.get/api/v1/healthGet service healthDEPRECATED: Use /v1/cefi/health instead. Returns the current readiness status for the REST API Gateway. The response includes a human-readable status indicator, the service name, and the timestamp when the status was generated.get/api/v1/versionsGet supported API versionsDEPRECATED: Use /v1/cefi/versions instead. Returns a list of supported API versions with their deprecation status. Use this endpoint to discover available versions and plan migrations when versions are deprecated.