ClicData for Developers...
Getting Started
About
All endpoints are individually versioned so that you can apply updates to your code only when you need the new versions.
We hope that you take full advantage of our extensive API and that you are able to create all kinds of applications, flows and automations with it.
Authentication
- OAuth Client Credentials
- OAuth Authorization Code
- Basic
- API Key
It’s easy to get started if you already have an account. Please be aware that not all plans come with the API feature. Please contact us or visit our plan comparison page for more information.

Reference
You can also download our entire API specification in OpenAPI or Swagger formats to import into Insomnia or Postman.

What to Build
- IoT Device Data AggregatorCollect data directly in real time from any IoT device.
- CRM Alert and DashboardBuild a workflow that based on certain deal amounts sends a dashboard to specific users.
- Mobile Reporting ApplicationBuild a mobile application so that users can consult dashboards on the go.
- Data Bus AggregatorBuild a data bus for data distribution across all your applications with real time data.
- Slack/Teams Reporting BotBuild a bot that queries the API and posts daily metrics or visualizations directly into communication channels.
- Multi-Client Portal IntegrationAgencies or service providers could use the API to generate, clone, and customize dashboards for each client using templated structures.
- API-Driven Data Warehouse ManagementProgrammatically manage data source links, data sets, and warehouse updates in a continuous pipeline flow.
- Self-Service Dashboard GenerationGive end-users the ability to configure their own reports (e.g., choose date ranges, metrics) through a custom front-end that calls the API behind the scenes.
- CRM or ERP IntegrationAutomatically push data from Salesforce, HubSpot, Dynamics, or NetSuite into ClicData without using connectors.
- Automated Account/User ProvisioningIntegrate with HR systems or CRMs to automatically create users or clients in ClicData as new employees/customers are added.
- Snapshot ArchivingAutomatically export and store versions of dashboards for auditing, versioning, or compliance records.
Questions?
Are there limits to how many calls I can make?
Yes. There are limits to how many calls you make per month based on the plan you select. You can purchase more packs of calls per month in each plan. Only certain plans include the API so check our price comparison page.
Please note as well that some API endpoints allow you more data in the same call thereby avoiding the need to do per call row insert for example.
Is there a call throttling limitation?
Yes. There is a general throttling imposed when calling the API using the same credentials.
Can I do real time data with the API?
Yes. There are several ways to do it, all under the /data endpoint. You can Insert a row or batches of row on the same call. You can also Delete and Update rows of data using filter conditions.
Can I automate refreshes and schedules using the API?
Absolutely. The API is a mirror of all functions available from within the application and can do pretty much everything the UI can do. In addition you can trigger schedules, data flows, publications and more.