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.