For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Kiwiform API
    • Introduction
    • POSTGet Access Token
    • GETVerify Connection
    • GETList All Published Forms
    • GETFetch Sample Submissions
    • POSTSubscribe to Form Submissions
    • DELUnsubscribe from Form Submissions
LogoLogo
On this page
  • KiwiForm API
  • 🔐 Authentication

Introduction

||View as Markdown|
Was this page helpful?
Edit this page
Next

Get Access Token

Built with

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}}