Skip to main content
Every filloutforms.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Databases

create

databases.create Create a Zite database with tables and fields Risk: write
Input
Output

delete

databases.delete Permanently delete a Zite database Risk: destructive
Input Output: empty object

get

databases.get List Zite databases for the organization Risk: read
Input: empty object Output: object[]

getById

databases.getById Get a Zite database with tables, fields, and views Risk: read
Input Output

Fields

create

fields.create Add a field to a Zite table Risk: write
Input
Output

delete

fields.delete Permanently delete a Zite field Risk: destructive
Input Output: empty object

update

fields.update Update a Zite field name or template Risk: write
Input
Output

Forms

getFormMetadata

forms.getFormMetadata Get form metadata including questions and configuration Risk: read
Input Output

getForms

forms.getForms List all Fillout forms Risk: read
Input: empty object Output: object[]

Oauth

authorize

oauth.authorize Generate the Fillout OAuth authorization URL Risk: read
Input Output

Records

create

records.create Create a Zite record Risk: write
Input
Output

delete

records.delete Permanently delete a Zite record Risk: destructive
Input Output: empty object

getById

records.getById Get a Zite record by UUID Risk: read
Input Output

list

records.list List Zite records with filter, sort, and pagination Risk: read
Input
Output

update

records.update Update fields on a Zite record Risk: write
Input
Output

Submissions

create

submissions.create Create new form submissions Risk: write
Input
Output

delete

submissions.delete Delete a form submission by ID Risk: destructive
Input Output

getById

submissions.getById Get a single submission by ID Risk: read
Input Output

list

submissions.list List form submissions with filtering and pagination Risk: read
Input Output

Tables

create

tables.create Create a table in a Zite database Risk: write
Input
Output

delete

tables.delete Permanently delete a Zite table Risk: destructive
Input Output: empty object

update

tables.update Update Zite table properties such as name Risk: write
Input Output

Token

invalidate

token.invalidate Invalidate/revoke an OAuth access token Risk: destructive
Input Output: empty object

Webhooks

createDatabase

webhooks.createDatabase Create a Zite database webhook Risk: write
Input Output

createForm

webhooks.createForm Create a Fillout form submission webhook Risk: write
Input Output

deleteDatabase

webhooks.deleteDatabase Delete a Zite database webhook Risk: destructive
Input Output: empty object

listDatabase

webhooks.listDatabase List Zite database webhooks Risk: read
Input Output

removeForm

webhooks.removeForm Remove a Fillout form webhook Risk: destructive
Input Output: empty object