Python Billing Api class missing endpoint methods

Hello,

While writing up some code to make api calls that grab Genesys Cloud subscription information ( Contents of which can be found Admin>>Subscriptions) I've noticed that the python sdk does not have some endpoints that are utilized for grabbing said information. A further look into the Api Explorer also did not show these endpoints, however I am seeing them to utilized on the cloud frontend.

Endpoints:
GET /api/v2/billing/periods
GET /platform/api/v2/billing/subscriptionoverview

Are the exclusions of these endpoints in the documentation/Api Specification (and subsequently the SDKs) done so on purpose? It is a bit of a pain to have to manually send requests to these endpoints, whilst the rest of my application uses the SDK as much as possible.

Neither of those endpoints are publicly released. As such they are unsupported, undocumented, and should not be used by customers/partners. You can request new features and share your use case at https://genesyscloud.ideas.aha.io/.

Hi Tim,

What supported alternative would you suggest, if any, for getting org subscription information?

I'm not aware of any way to get that information. Submitting an idea on the ideas site is the best way to communicate your need for that information to the product management team that controls the release of features.

Okay, thank you Tim.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.