Create a property
API Reference
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.
POST
Create a property
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
Maximum string length:
255Body
application/json
Display name of the property.
Required string length:
1 - 200Optional street address.
Maximum string length:
500Optional free-form notes (markdown allowed).
Maximum string length:
5000Optional emoji shown on the property card.
Maximum string length:
8Response
Resource created.