Notes
Notes are user-created annotations on a listing, optionally tied to a date range, a settings category, and a reminder. Use these endpoints to fetch, create, update, and delete the notes of a listing. Notes can be active or archived; deleting a note removes it permanently — deleted notes are no longer returned by the API and cannot be restored.
Get the notes of a listing.
Returns the notes of the listing, most recently updated first. Deleted notes are not included. Optionally restrict the response to notes whose date range overlaps a given date range — `start_date` and `end_date` must be provided together.
Create a note on a listing.
Creates a note on the listing. All fields are optional — provide a `description`, an optional stay date range (`start_date`/`end_date`), settings categories, and an optional reminder (`remind_by` with `repeat_by`).
Update a note.
Updates the given fields of a note. Fields that are not provided are left unchanged. Set `status` to `archived` to archive a note, or back to `active` to restore it.
Delete a note.
Deletes the note. Deletion is permanent — the note is no longer returned by the API and cannot be restored.