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.