Create a property
curl --request POST \ --url https://sandbox-api.getcove.co/v1/property \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "rent": 123, "address": { "street": "<string>", "city": "<string>", "provinceState": "<string>", "country": "<string>", "postalCode": "<string>", "fullAddress": "<string>" } }'
{ "propertyId": "<string>" }
API authentication token
Show child attributes