There is no API that will get room info by CEC ID but there are APIs that will allow this using the person email, albeit not directly. For example, the /list-memberships API will allow you to get your own room memberships, which will also include the roomId. Once you have the roomId, you can then use the /get-room-details API to get those rooms' details.