Introduction
KiwiForm API
The KiwiForm API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, and uses standard HTTP response codes and verbs.
🔐 Authentication
All API requests must be authenticated using a Bearer token.
How to get your token:
-
Log in to your KiwiForm Account.
-
Navigate to Settings > Integrations > API Keys.
-
Generate a new key and include it in your header as:
Authorization: Bearer {{YOUR_API_KEY}}
