Notes
Create a note
Create a new note for a household. Notes use a wrapped body; the required field is note.content: { "note": { "content": "..." } }.
POST
Create a note
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Headers
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Path Parameters
The household ID
Body
application/json
Note data
Response
note created
The note ID
Example:
"abc123xyz"
The plaintext content of the note
Example:
"Meeting notes from client discussion"
Whether the note is pinned
Example:
false
The source of the note
Available options:
slant, import, api Example:
"api"
The book ID
Example:
"book123xyz"
When the note was created
When the note was last updated
The household ID
Example:
"household123xyz"
The ID of the user who created the note
Example:
"user123xyz"
Create a note