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