tally.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 form
Risk: write
blocks full type
blocks full type
settings full type
settings full type
blocks full type
blocks full type
settings full type
settings full type
delete
forms.delete
Delete a form [DESTRUCTIVE]
Risk: destructive
Output:
void
get
forms.get
Retrieve a form by ID
Risk: read
Output
blocks full type
blocks full type
settings full type
settings full type
list
forms.list
List all forms with optional pagination and workspace filter
Risk: read
Output
items full type
items full type
update
forms.update
Update an existing form
Risk: write
blocks full type
blocks full type
settings full type
settings full type
blocks full type
blocks full type
settings full type
settings full type
Organizations
cancelInvite
organizations.cancelInvite
Cancel a pending organization invite [DESTRUCTIVE]
Risk: destructive
Output:
void
createInvite
organizations.createInvite
Invite users to an organization
Risk: write
Output:
void
listInvites
organizations.listInvites
List pending invites for an organization
Risk: read
Output:
object[]
Output full type
Output full type
listUsers
organizations.listUsers
List all users in an organization
Risk: read
Output:
object[]
Output full type
Output full type
removeUser
organizations.removeUser
Remove a user from an organization [DESTRUCTIVE]
Risk: destructive
Output:
void
Questions
list
questions.list
List all questions for a form
Risk: read
Output
questions full type
questions full type
Submissions
delete
submissions.delete
Delete a form submission [DESTRUCTIVE]
Risk: destructive
Output:
void
get
submissions.get
Retrieve a specific form submission
Risk: read
Output
questions full type
questions full type
submission full type
submission full type
list
submissions.list
List form submissions with optional filters
Risk: read
Output
totalNumberOfSubmissionsPerFilter full type
totalNumberOfSubmissionsPerFilter full type
questions full type
questions full type
submissions full type
submissions full type
Users
getMe
users.getMe
Retrieve the current authenticated user
Risk: read
Webhook Management
create
webhookManagement.create
Create a new webhook subscription
Risk: write
httpHeaders full type
httpHeaders full type
delete
webhookManagement.delete
Delete a webhook subscription [DESTRUCTIVE]
Risk: destructive
Output:
void
list
webhookManagement.list
List all webhooks
Risk: read
Output
webhooks full type
webhooks full type
listEvents
webhookManagement.listEvents
List delivery events for a webhook
Risk: read
Output
events full type
events full type
retryEvent
webhookManagement.retryEvent
Retry a failed webhook event delivery
Risk: write
Output:
void
update
webhookManagement.update
Update a webhook subscription
Risk: write
httpHeaders full type
httpHeaders full type
void
Workspaces
create
workspaces.create
Create a new workspace (Pro subscription required)
Risk: write
Output
delete
workspaces.delete
Delete a workspace [DESTRUCTIVE]
Risk: destructive
Output:
void
get
workspaces.get
Retrieve a workspace by ID
Risk: read
Output
list
workspaces.list
List all workspaces
Risk: read
Output
items full type
items full type
update
workspaces.update
Update a workspace name
Risk: write
Output