Subscription System Health (Admin)
GET
/bridge-payment/admin/subscriptions/health
Admin endpoint to check the health of the subscription system including database, payment providers, subscription processing, and webhooks.
Authorizations
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Responses
Subscription system health status
application/json
JSON
{
"success": true,
"data": {
"overall_status": "string",
"components": {
"database": {
},
"providers": {
},
"subscription_processing": {
},
"webhooks": {
}
},
"timestamp": "string"
}
}