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
Output: empty object
create
contacts.create
Create a contact
Risk: write
Output
get
contacts.get
Get a contact by ID
Risk: read
Output
list
contacts.list
List contacts with pagination
Risk: read
Output
items full type
items full type
Deadlines
create
deadlines.create
Create a deadline on a project
Risk: write
reminders full type
reminders full type
reminders full type
reminders full type
list
deadlines.list
List deadlines for a project
Risk: read
Output
items full type
items full type
Documents
get
documents.get
Get document metadata by ID
Risk: read
Output
list
documents.list
List documents in a project
Risk: read
Output
items full type
items full type
upload
documents.upload
Upload a document to a project
Risk: write
Output
Identity
getAccessToken
identity.getAccessToken
Exchange PAT for bearer token
Risk: write
Output
getUserOrgsWithToken
identity.getUserOrgsWithToken
Get user and orgs for token (POST /fv-app/v2/utils/GetUserOrgsWithToken)
Risk: read
UserId full type
UserId full type
Orgs full type
Orgs full type
orgs full type
orgs full type
Notes
create
notes.create
Create a note on a project
Risk: write
Output
list
notes.list
List notes for a project
Risk: read
Output
items full type
items full type
update
notes.update
Update a note
Risk: write
Output
Projects
create
projects.create
Create a new project
Risk: write
Output
get
projects.get
Get a project by ID
Risk: read
Output
list
projects.list
List projects with pagination and filters
Risk: read
Output
items full type
items full type
update
projects.update
Update a project
Risk: write
Output
Tasks
create
tasks.create
Create a task on a project
Risk: write
Output
list
tasks.list
List tasks for a project
Risk: read
Output
items full type
items full type
update
tasks.update
Update a task
Risk: write
Output
Webhooks
create
webhooks.create
Create a webhook subscription
Risk: write
Output
delete
webhooks.delete
Delete a webhook subscription [DESTRUCTIVE]
Risk: destructive
Output: empty object
list
webhooks.list
List webhook subscriptions
Risk: read
Output
items full type
items full type