Retrieves a single property type.
GET
/property-types/{propertyTypeId}
curl \
--request GET 'http://api.example.com/property-types/{propertyTypeId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{}
Response examples (404)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}