Where would we be without APIs? Every web analytics platform worth its salt should provide an API to allow you to integrate their (your!) data into your own tools.
With the Cabin API you can build your own custom dashboards, create your own reports, or even build your own applications.
Simply grab your API key from your account settings start calling the API.
Here's and example request:
curl -X GET "https://api.withcabin.com/v1/analytics?domain=example.com&date_from=2026-01-01&date_to=2026-01-31&scope=core&limit_lists=20" -H "x-api-key: YOUR_API_KEY"
You can learn more in the documentation: https://docs.withcabin.com/api