Skip to content

Get Product Sync Status (Admin)​

GET
/bridge-payment/admin/products/{id}/sync-status

Admin endpoint to check the synchronization status of a product with payment providers.

Authorizations​

SessionAuth

Session ID from Flowless authentication

TypeAPI Key (header: X-Session-ID)

Parameters​

Path Parameters

id*

Product ID

Typestring
Required

Responses​

Product sync status

application/json
JSON
{
"success": true,
"data": {
"synced": true,
"provider_product_id": "string",
"last_synced": "string"
}
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI