Get Stripe Connected AccountsID Using Client Address Email

Using bubble API Connector & Stripe API,I build a Marketplace Apps.
when the clients add them account to my stripe connect, I’m trying to get the client AccountID so I can do payout processing. for the moment I use Stripe`s (List all connected accounts) object, it return an JSON object but I don’t know how to get the client AccountID using client email address.

if anyone can help me to do this …