ChartMogul REST API

REST API for ChartMogul providing endpoints for importing customers, subscriptions, plans, invoices, and transactions, plus reading SaaS metrics (MRR, ARR, ARPA, churn, LTV), customer attributes, segments, and forecasts. All requests are over HTTPS and authenticate via HTTP Basic Auth using an API key as the username.

API entry from apis.yml

apis.yml Raw ↑
aid: chartmogul:rest-api
name: ChartMogul REST API
description: REST API for ChartMogul providing endpoints for importing customers, subscriptions, plans,
  invoices, and transactions, plus reading SaaS metrics (MRR, ARR, ARPA, churn, LTV), customer attributes,
  segments, and forecasts. All requests are over HTTPS and authenticate via HTTP Basic Auth using an API
  key as the username.
humanURL: https://dev.chartmogul.com/docs/introduction
baseURL: https://api.chartmogul.com
tags:
- Subscription Analytics
- SaaS Metrics
- Import API
- Metrics API
- Customers
- Subscriptions
- Invoices
- Basic Auth
properties:
- type: Documentation
  url: https://dev.chartmogul.com/docs/introduction
- type: Authentication
  url: https://dev.chartmogul.com/docs/authentication
- type: Getting Started
  url: https://help.chartmogul.com/hc/en-us/articles/207413269-Getting-started-with-our-API
- type: GitHub SDK
  url: https://github.com/chartmogul