Hi @Dennis Actually the list returned from GET https://apisandbox.zuora.com/apps/api/describe differs from that from the https://knowledgecenter.zuora.com/DC_Developers/SOAP_API/M_Zuora_Object_Query_Language/Export_ZOQL (for example CommunicationProfile entity is missed in the doc). If I correctly understand the documentation - each customer has its own list of entities returned by /describe (depending on zuora edition, for example https://knowledgecenter.zuora.com/DC_Developers/SOAP_API/E1_SOAP_API_Object_Reference/Feature is not enabled in all editions). I need to get the full entity list per zuora customer(dynamically, having only customer creds) and it seems like /describe endpoint is what I need, I just want to make sure that this endpoint will be accessible in the future as it is not mentioned in the documentation.
... View more