List My Guest Data
GET
/bridge-payment/my-guest-data
List all guest checkout data for the current authenticated user's email. Useful for showing users what guest data they can convert.
Authorizations
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Responses
User's guest data
application/json
JSON
{
"success": true,
"data": {
"customers": [
{
}
],
"payment_methods": [
{
}
],
"total_items": 0
}
}