API endpoint to show the remaining credit
Shohei Sunagawa
CircleCI offers visibility into remaining credit usage for customers with annual contracts through the UI, which utilizes GraphQL to present this information.
However, this data is not directly accessible via a simple API endpoint, making it challenging for users to programmatically monitor their credit usage.
Please provide a REST API endpoint that allows year-contract customers to retrieve their remaining credit usage. This would streamline operations for organizations that automate monitoring and manage resources efficiently.
Following use case:
- Automated Monitoring: Organizations can set up automated alerts and processes that respond to specific credit usage thresholds, helping to prevent service disruptions.
- Billing and Budgeting Insights: Finance and operations teams can easily integrate credit usage data into their billing systems and budget forecasts.