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