Get the property
curl --request GET \ --url https://sandbox-api.getcove.co/v1/property/{propertyId} \ --header 'Authorization: <api-key>'
{ "propertyId": "<string>", "name": "<string>", "rent": 123, "address": { "street": "<string>", "city": "<string>", "provinceState": "<string>", "country": "<string>", "postalCode": "<string>", "fullAddress": "<string>" } }
API authentication token
Show child attributes