Passing data from particle cloud to a customer facing website

I am using an electron to publish data to the particle cloud every 20 minutes. A separate customer facing website acts as a portal allowing customers to login and view data pertaining to there electron device. My question is what is the best known practice to moving customer data from the particle cloud to the customer website without using webhooks and thingspeak>

Server Sent Events, Variables, Functions?

You can send data directly to Ubidots, then you can create custom dashboards for each client, and then you can post that custom dashboard into your customer-facing website using their copy and paste iFrame code they provide.

Not sure if that’s what your looking for but it’s one way to get the job done.