{ "opencollection": "1.0.0", "info": { "name": "Folk External Companies Notes API", "version": "2025-06-09" }, "items": [ { "info": { "name": "Notes", "type": "folder" }, "items": [ { "info": { "name": "List notes", "type": "http" }, "http": { "method": "GET", "url": "https://api.folk.app/v1/notes", "params": [ { "name": "limit", "value": "20", "type": "query", "description": "The number of items to return." }, { "name": "cursor", "value": "eyJvZmZzZXQiOjN9", "type": "query", "description": "A cursor for pagination across multiple pages of results. Don’t include this parameter on the first call. Use the `pagination.nextLink` value returned in a previous response to request subsequent results." }, { "name": "entity.id", "value": "per_55175e81-9a52-4ac3-930e-82792c23499b", "type": "query", "description": "Filter notes by entity. Only notes linked to the specified entity will be returned." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a list of notes in the workspace." }, { "info": { "name": "Create a note", "type": "http" }, "http": { "method": "POST", "url": "https://api.folk.app/v1/notes", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new note in the workspace." }, { "info": { "name": "Get a note", "type": "http" }, "http": { "method": "GET", "url": "https://api.folk.app/v1/notes/:noteId", "params": [ { "name": "noteId", "value": "", "type": "path", "description": "The ID of the note to retrieve." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve an existing note in the workspace." }, { "info": { "name": "Update a note", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.folk.app/v1/notes/:noteId", "params": [ { "name": "noteId", "value": "", "type": "path", "description": "The ID of the note to update." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an existing note in the workspace." }, { "info": { "name": "Delete a note", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.folk.app/v1/notes/:noteId", "params": [ { "name": "noteId", "value": "", "type": "path", "description": "The ID of the note to delete." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an existing note in the workspace." } ] } ], "bundled": true }