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