Interactive Examples
Try In SandboxEvery 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.