v1

latestOpenAPI 3.0.02026-08-06151101754.7 KB
Notes

Returns a specific note

get/notes/{notesId}

Path parameters

notesIdinteger required

Note id

Response

Note

Example response

{
  "data": {
    "first_line": "First line",
    "icon": "fas fa-sticky-note",
    "color": "#000000",
    "contrast_color": "WHITE"
  }
}