Notca Docs

Get note

Get a single note by ID for the authenticated user

GET
/api/v1/notes/{noteId}
x-api-key<token>

In: header

Path Parameters

noteIdstring
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://app.notca.co/api/v1/notes/string"
{
  "id": "string",
  "content": "string",
  "files": [
    "string"
  ],
  "isPublic": true,
  "folderId": "string",
  "userId": "string",
  "createdAt": "2019-08-24",
  "updatedAt": "2019-08-24",
  "folderName": "string"
}
{
  "error": "string",
  "details": null
}
{
  "error": "string",
  "details": null
}
{
  "error": "string",
  "details": null
}