The Kitetags API authenticates with an API key you generate in the dashboard. Direct REST API access is available on the Enterprise plan. All other plans integrate through Webhooks or Zapier, which do not require direct API calls.

Direct REST API access

Direct REST API access is limited to the Enterprise plan. If you need programmatic access to read or modify Kitetags, groups, or data structures, contact sales@kitetags.com for an Enterprise quote.

Webhook delivery and Zapier integration are available on all paid plans and cover most integration use cases without direct API calls.

How API authentication works

All authenticated requests to Kitetags use an API key. You generate this key in the Kitetags dashboard.

How to generate an API key

  1. Log in to your Kitetags dashboard at kitetags.com.
  2. Navigate to Apps in the left sidebar.
  3. Click Generate API Key.
  4. Copy the key and store it somewhere safe. You will not be able to view the full key again.

How to use the API key

Include your API key in the Authorization header of every request:

  Authorization: Bearer YOUR_API_KEY
  

What is the Kitetags API base URL?

All API requests use the following base URL:

  https://api.kitetags.com/v1
  

What are the primary integration paths?

For most use cases, you will not need to call the API directly. Instead, Kitetags offers two event-driven integration paths that push tap data to your systems automatically:

Integration How it works Best for
Webhooks Kitetags sends a POST request to your endpoint on every tap Custom backends, serverless functions, SaaS platforms with webhook support
Zapier Kitetags triggers a Zapier zap on every tap No-code automations, connecting to Google Sheets, Slack, CRMs, and 6,000+ apps

The API key is required when setting up the Zapier integration to authenticate your Kitetags account within the Zapier platform.

What are the API rate limits?

API requests are rate-limited based on your subscription plan. If you exceed your limit, the API returns a 429 Too Many Requests response. Contact customerservice@kitetags.com if you need higher limits.

Next steps

Last updated 17 Apr 2026, 15:38 +0900 . history