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
RequiredResponses​
Product sync status
application/json
JSON
{
"success": true,
"data": {
"synced": true,
"provider_product_id": "string",
"last_synced": "string"
}
}