Create a note on a listing.
POST/listings/:listing_id/notes
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).
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 429
The created note.
Invalid parameters.
API key authorization failed.
Listing authorization failed, or the API key is read-only.
Listing not found.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.