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