Estimote Monitoring using many beacons

I want to use the multipule beacon in proximity and I have seen the demo. I have a question that if I want to use like 100 beacon in my project( register these beacon in my code), is there any methods of doing it quickly? I find that create in ProximityContentManager one by one is time-consuming.

Thanks for your help!

Hey @yang!
You can use a request to your account in the Estimote Cloud to get the full list of your beacons — you can then parse that and use the beacon identifiers as needed.

Thanks for your reply!