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

Contacts

attach

contacts.attach Attach a contact to a project Risk: write
Input Output: empty object

create

contacts.create Create a contact Risk: write
Input Output

get

contacts.get Get a contact by ID Risk: read
Input Output

list

contacts.list List contacts with pagination Risk: read
Input Output

Deadlines

create

deadlines.create Create a deadline on a project Risk: write
Input
Output

list

deadlines.list List deadlines for a project Risk: read
Input Output

Documents

get

documents.get Get document metadata by ID Risk: read
Input Output

list

documents.list List documents in a project Risk: read
Input Output

upload

documents.upload Upload a document to a project Risk: write
Input Output

Identity

getAccessToken

identity.getAccessToken Exchange PAT for bearer token Risk: write
Input Output

getUserOrgsWithToken

identity.getUserOrgsWithToken Get user and orgs for token (POST /fv-app/v2/utils/GetUserOrgsWithToken) Risk: read
Input: empty object Output

Notes

create

notes.create Create a note on a project Risk: write
Input Output

list

notes.list List notes for a project Risk: read
Input Output

update

notes.update Update a note Risk: write
Input Output

Projects

create

projects.create Create a new project Risk: write
Input Output

get

projects.get Get a project by ID Risk: read
Input Output

list

projects.list List projects with pagination and filters Risk: read
Input Output

update

projects.update Update a project Risk: write
Input Output

Tasks

create

tasks.create Create a task on a project Risk: write
Input Output

list

tasks.list List tasks for a project Risk: read
Input Output

update

tasks.update Update a task Risk: write
Input Output

Webhooks

create

webhooks.create Create a webhook subscription Risk: write
Input Output

delete

webhooks.delete Delete a webhook subscription [DESTRUCTIVE] Risk: destructive
Input Output: empty object

list

webhooks.list List webhook subscriptions Risk: read
Input Output