Detailed Health Check​
GET
/bridge-payment/health/detailed
Admin-only endpoint with detailed system metrics including database, providers, and cache statistics.
Authorizations​
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Responses​
Detailed health information
application/json
JSON
{
"success": true,
"data": {
"database": {
},
"providers": {
},
"flowless": {
},
"cache": {
}
}
}