| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.folk.app/ | link | — | — | — |
Actions (31)
Companies · 5
- Create a companyPOST /v1/companies
Create a new company in the workspace.
documented - Delete a companyDELETE /v1/companies/{companyId}
Delete an existing company from the workspace.
documented - Get a companyGET /v1/companies/{companyId}
Retrieve a single company by ID.
documented - List companiesGET /v1/companies
Retrieve a list of companies in the workspace.
documented - Update a companyPATCH /v1/companies/{companyId}
Update an existing company in the workspace.
documented
Notes · 5
- Create a notePOST /v1/notes
Create a new note linked to an entity.
documented - Delete a noteDELETE /v1/notes/{noteId}
Delete a note.
documented - Get a noteGET /v1/notes/{noteId}
Retrieve a single note by ID.
documented - List notesGET /v1/notes
Retrieve a list of notes in the workspace.
documented - Update a notePATCH /v1/notes/{noteId}
Update an existing note.
documented
People · 5
- Create a personPOST /v1/people
Create a new person in the workspace.
documented - Delete a personDELETE /v1/people/{personId}
Delete an existing person from the workspace.
documented - Get a personGET /v1/people/{personId}
Retrieve a single person by ID.
documented - List peopleGET /v1/people
Retrieve a list of people in the workspace.
documented - Update a personPATCH /v1/people/{personId}
Update an existing person in the workspace.
documented
Reminders · 5
- Create a reminderPOST /v1/reminders
Create a new reminder.
documented - Delete a reminderDELETE /v1/reminders/{reminderId}
Delete a reminder.
documented - Get a reminderGET /v1/reminders/{reminderId}
Retrieve a single reminder by ID.
documented - List remindersGET /v1/reminders
Retrieve a list of reminders in the workspace.
documented - Update a reminderPATCH /v1/reminders/{reminderId}
Update an existing reminder.
documented
Webhooks · 5
- Create a webhookPOST /v1/webhooks
Create a webhook listening to workspace events.
documented - Delete a webhookDELETE /v1/webhooks/{webhookId}
Delete a webhook.
documented - Get a webhookGET /v1/webhooks/{webhookId}
Retrieve a webhook by ID.
documented - List webhooksGET /v1/webhooks
Retrieve a list of webhooks in the workspace.
documented - Update a webhookPATCH /v1/webhooks/{webhookId}
Update an existing webhook.
documented