GET
/
v1
/
property
/
{propertyId}
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>"
  }
}

Authorizations

Authorization
string
header
required

API authentication token

Path Parameters

propertyId
string
required

Response

200
application/json
A successful response.
propertyId
string
name
string
rent
integer
address
object