Introduction

View as Markdown

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:

  1. Log in to your KiwiForm Account.

  2. Navigate to Settings > Integrations > API Keys.

  3. Generate a new key and include it in your header as: Authorization: Bearer {{YOUR_API_KEY}}