Quardlyn Developers

Build property software that connects directly with Quardlyn.

Synchronise properties through the production CRM API, manage listings, upload media, track lifecycle changes and test outbound webhook simulations in sandbox. Available in minutes.

Latest API Version
v1.0
API Status
Operational
Supported
Property CRM integrations
Changelog
CRM API v1 public baseline

Interactive Examples

Try In Sandbox

Every live endpoint can be tested through Postman or the Developer Console API Explorer. Code examples are copyable from the Authentication, SDK, OpenAPI and endpoint sections.

Copy JSON

{"property":{"external_ref":"CRM-001","department":"sale","display_address":"10 High Street"}}

Copy cURL

curl -X POST "$BASE_URL/api/v1/crm/properties" \
  -H "X-CRM-Key: $CRM_KEY" \
  -H "X-CRM-Signature: $SIGNATURE" \
  -d @property.json

Try It Now

Use sandbox applications in the Developer Console API Explorer.