Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Access your form submission data programmatically via the Kinetic API.
curl -H "Authorization: Bearer kntc_your_api_key" \ https://app.usekinetic.com/api/v1/external/forms
GET /api/v1/external/forms
GET /api/v1/external/forms/:id/submissions
GET /api/v1/external/submissions
GET /api/v1/external/forms/:id/stats
{ "data": [...], "pagination": { "total": 142, "limit": 50, "offset": 0 }, "meta": { "request_id": "...", "timestamp": "..." } }