Skip to content

Basic Health Check

GET
/bridge-payment/health

Public endpoint for basic service health status. Returns service name, version, and uptime.

Responses

Service is healthy

application/json
JSON
{
"success": true,
"data": {
"status": "healthy",
"service": "bridge-payments",
"version": "string",
"uptime": 0
}
}

Playground

Samples

Powered by VitePress OpenAPI