Skip to content

Get Overall Sync Status (Admin)​

GET
/bridge-payment/admin/sync/status

Admin endpoint to get the overall synchronization status across all payment providers.

Authorizations​

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Responses​

Overall sync status

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

Playground​

Server
Authorization

Samples​

Powered by VitePress OpenAPI