The Polar API allows you to programmatically access dashboards, reports, and analytics data from your Polar workspace.
⚡ While multiple endpoints exist, most developers will primarily use the Generate Report endpoint to fetch data.
Upload an example workflow as a JSON from the file below. You just need to add your API key and slack credentials and run it to get orders by sales channel.
Get Orders by Sales Channel (template).json
To access the Polar API, you’ll need to generate an API Key in the Polar MCP page.
Authorization header for all requests:Authorization: Bearer <YOUR_API_KEY>
Base URL:
<https://api.polaranalytics.com/mcp>
Tool endpoint pattern:
POST <https://api.polaranalytics.com/mcp/tool/><tool_name>