All of the property types that are configured for the Client Code used during the authentication process will be returned. The property types returned where LWCompanyCode is blank are for offices that are not synced with brokerWOLF.
GET
/wolfconnect/property-types/v1/
curl \
--request GET 'https://api.globalwolfweb.com/wolfconnect/property-types/v1/' \
--header "Authorization: $API_KEY"
Response examples (200)
[
{
"Id": "string",
"LWCompanyCode": "string",
"Code": "string",
"Name": "string",
"Default": true,
"ClassCode": "string",
"Class": "string",
"InactiveDate": "2026-05-04"
}
]