Glossary
PropTech has its own dialect, and so does PropSocket. Below: the terms that show up in our docs, our payloads, and our pricing — with no jargon-on-jargon. Each entry is one to three sentences and links inward to where the term actually matters.
Jump to a term
X-PropSocket-Signature. Webhooks are a Scale-plan-and-above feature.X-PropSocket-Signature. If they match, the webhook is authentic. Webhooks are a Scale-plan-and-above feature. Code samples on the webhooks page.deleted_at timestamp instead of deleting the row. List endpoints exclude soft-deleted rows by default — pass ?include_deleted=true to see them. This keeps historical analytics coherent and audit trails complete.id (ULID, prefixed evt_) you can use as the idempotency key in your handler — store processed IDs and short-circuit on repeats.{"meta": {"limit", "offset", "hasMore"}, "results": [...]}. Offset-based pagination, default limit=25, max 100. Sorting via ?order-by=field:asc|desc.currency field. {"amount": 125000, "currency": "USD"} means $1,250.00. We never store money as a float — rounding drift in financial fields is a silent corruption you don't want.x_id field holding the identifier the source system uses for that record (e.g., "entrata-resident-44218"). Use it to cross-reference back to the source, to deduplicate against legacy systems, or to build idempotent upserts from PropSocket into your own database.Integration.pms_type.organization_id, and every API request runs in the context of exactly one Organization. Cross-org access is not a configuration option — it doesn't exist.ps_test_) gives you real reads plus dry-run writes: writes are validated exactly like production and return a mocked success response, but nothing is delivered downstream. A live key (prefixed ps_live_) reads and writes both commit. Same data — the only difference is whether writes take effect. See Isolated Test Mode.Vocabulary checked. Time to wire it up. Start the 30-day free trial — talk to the engineers, not a funnel.