Skip to content

Sync System Health Check (Admin)

GET
/bridge-payment/admin/sync/health

Admin endpoint to check the health of the synchronization system and all payment provider connections.

Authorizations

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Responses

Sync system health status

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

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI