Skip to content

Renewal System Health Check (Admin)​

GET
/bridge-payment/admin/renewals/health

Admin endpoint to check the health of the renewal system including cron jobs, database, and payment provider connections.

Authorizations​

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Responses​

Renewal system health status

application/json
JSON
{
"success": true,
"data": {
"overall_status": "string",
"cron_jobs": {
},
"database": {
},
"providers": {
},
"timestamp": "string"
}
}

Playground​

Server
Authorization

Samples​

Powered by VitePress OpenAPI