You are reviewing MouseStats documentation: Take a look to the product!
< back

Account API

MouseStats provides a powerful API to access account information and some reports. You are allowed to use these API to integrate MouseStats with other products, or possibly use it in your own custom software.

How to start?

1. The API endpoint:
/api/accounts/v1/[service]/[action]?secret=[apiSecret]&params

2. You need to make HTTP GET requests to thisthe host: https://api.mousestats.com

3. [service] can be one of the services: "playbacks", "heatmaps", "formanalytics", "surveys". It is depended on your usage and available API functions.

4. [action] is the API function you are calling.

5. [apiSecret] should be generated and configured in your panel. Each API secrent has permission to just ONE project which is defined by you in the API Management in the panel. You may have multiple API Secrets.

6. params will be defined based on the API function you are calling.