Skip to main content

Health Check

This endpoint verifies that the APP FastAPI proxy service is running correctly.


Endpoint

GET /api/v1/health

Headers

Content-Type:application/json

x-client-key:ck_live_avetium_456

Example Request

curl -X GET \
curl --location '{{baseurl}}/api/v1/health'
-H "accept: application/json"

Success Response

{
"status": "healthy",
"service": "SI/APP Compliance Middleware",
"version": "1.0.0"
}