Forms API
7 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
GET |
/api/forms/ |
List Forms Query: status, limit, offset. |
POST |
/api/forms/ |
Create Form Accepts a JSON body. |
GET |
/api/forms/{form_id} |
Get Form |
PATCH |
/api/forms/{form_id} |
Update Form Accepts a JSON body. |
DELETE |
/api/forms/{form_id} |
Delete Form |
GET |
/api/forms/{form_id}/submissions |
List Submissions Query: limit, offset. |
POST |
/api/forms/{form_id}/submit |
Submit Form |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.