Overview

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.

Quick start

Template JSON

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


🔑 Authentication

To access the Polar API, you’ll need to generate an API Key in the Polar MCP page.

  1. Go to Polar MCP in the app
  2. Generate / Copy an API key
  3. Pass the key as a Bearer token in the 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>