Introduction
Welcome to the ChartMogul developer documentation and API reference.
To get started with developing against the ChartMogul API, you first need a ChartMogul account. Sign in or create a new account here.
Once logged in, create an API Key to authenticate your account and use the ChartMogul API.
API Endpoint
The base URL for the ChartMogul API is:
https://api.chartmogul.com/
- All requests to the API must be made over HTTPS. Requests over HTTP will fail.
- All requests and responses are formatted in JSON.
CORS Support
The ChartMogul API supports Cross-Origin Resource Sharing (CORS) to allow you to consume it from a client-side application.
Be careful to never expose your API credentials in any client-side code.
Updated almost 2 years ago