POST
/
v1
/
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>"
}

Authorizations

Authorization
string
header
required

API authentication token

Body

application/json
name
string
rent
integer
address
object

Response

200
application/json
A successful response.
propertyId
string