Overview
Your API key allows you to access MNTN reporting data outside the MNTN user interface. This is supported through a User Application Protocol that delivers the reporting data in several formats.
Access It
Sign in to your MNTN account.
From the account dropdown in the top right, select My Account.
In the left navigation pane under MY ACCOUNT, select API.
Click Copy.
⚠️ Warning: All MNTN users on your account can access this key. Treat it like a password and only share it with platforms you trust to access your reporting data.
Use It
Once copied, you can use your browser or a terminal app with any MNTN API request. Just make sure to include your API Key as part of your HTTP request.
📘 Example: HTTP API Request
https://api3.mountain.com/apidata?key=YOUR_API_KEY&begin=mtd&format=json&sum=graph.day&data=graph.day,graph.impressions&sum=graph.day&sort=graph.dayThe process is as follows:
Alternatively, you can copy and send your API request to the developer responsible for accessing the Reporting API. This allows you to access the reporting data powering your Reporting.
In turn, you can embed reporting data into your own applications.
For advanced users
Advanced users can reference the MNTN OpenAPI specification for additional endpoints, parameters, and integration details beyond the standard reporting workflows.


