Skip to main content
Every byteforms.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.

Forms

create

forms.create Create a new ByteForms form with custom fields and options Risk: write
Input
Output

delete

forms.delete Delete a ByteForms form by its numeric or public ID Risk: destructive
Input Output

get

forms.get Retrieve a single ByteForms form definition by ID Risk: read
Input Output

list

forms.list List all ByteForms forms created by the authenticated user Risk: read
Input: empty object Output

responses

forms.responses Retrieve paginated responses submitted to a ByteForms form Risk: read
Input Output