Create a property
Create a property on the authenticated user’s account. Returns 402 with an upgrade URL when the user’s plan property limit is reached.
Authorizations
Bearer API key. Two modes: sv_live_* for production data, sv_test_* for a parallel sandbox dataset that doesn't count against plan limits. Issued from Settings → Developers in the SiteVisit app.
Headers
Optional idempotency key, scoped to the authenticated account. Repeating a write with the same key + same body returns the original response; same key + different body returns 422 idempotency_key_in_use.
255Body
Display name of the property.
1 - 200Optional street address.
500Optional free-form notes (markdown allowed).
5000Optional emoji shown on the property card.
8Response
Resource created.
True for objects created via a sv_test_* API key. Stripe-style test-mode flag — test data is never returned to live-mode callers and vice versa.