Overview
Moticheck provides a dashboard data API that allows customers to securely access their dashboard metrics programmatically.
This API is designed for organisations that:
• Use their own dashboards or BI tools (e.g., Power BI, Tableau, Looker, custom internal tools)
• Want to streamline data flows between Moticheck and internal systems
• Need more flexibility in data visualisation, reporting, or internal communication
• Integrate employee experience insights into company-wide analytics or leadership dashboards
By using the Dashboard Data API, organisations can ensure that employee experience insights are always up to date, consistently presented, and available where decisions are made.
What data does the API deliver?
The API returns aggregated dashboard data from Moticheck for a selected time period, including the same core metrics visible in the Moticheck dashboard.
Typical use cases include:
• Combining Moticheck data with HR, performance, or operational data
• Creating executive or board-level dashboards
• Feeding insights into internal portals or intranets
• Automating recurring reports without manual exports
The API provides aggregated data only and adheres to Moticheck’s data security and privacy principles to ensure the confidentiality of your employees as expected.
Authentication
All requests require an API key passed in the X-API-Key header. Contact your Moticheck administrator to generate an API key.
Get Dashboard Data. Endpoint.
GET https://app.moticheck.com/api/external/v1/dashboard?from={from}&to={to}
X-API-Key: {your-api-key}
Parameters
- from (required) – Start date in YYYY-MM-DD format
- to (required) – End date in YYYY-MM-DD format
Setting it up
First, navigate to the Organisation page in Moticheck and select the three-dot menu on the right. This opens the settings menu (as illustrated above), where you’ll find the API Key option. From there, you can generate a secure API key that will be used to authenticate your requests and authorize access to your data. Please note that this menu is available only to users with the Administrator role in Moticheck. All remaining steps, like sending requests and handling responses, are completed within your own systems or applications.
For detailed technical information, refer to the full Moticheck API specifications:
https://app.moticheck.com/api/open-api