# Retrieve the list of all Contact Types **GET /wolfconnect/contact-types/v1/** 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. ## Servers - Production: https://api.globalwolfweb.com (Production) - Test: https://api-sb.globalwolfweb.com (Test) ## Authentication methods - Lone wolf token ## Parameters ## Responses ### 200 A collection of ContactType objects. #### Body: application/json (array[object]) - **Id** (string) The Lone Wolf Id of the contact type. - **LWCompanyCode** (string) The Lone Wolf Company Code. This is the code used by a brokerWOLF installation. It will be blank for offices that are not synced with brokerWOLF. - **Code** (string) A code for this contact type. This must be unique within an LWCompanyCode. - **Name** (string) The name of the contact type (Buyer, Seller, Lawyer, Outside Broker, etc). - **CategoryCode** (string) The category for the contact type. B: Business contact, C: Client contact, E: External agent - **InactiveDate** (string(date) | null) The date the contact type became inactive. (Nullable) [Powered by Bump.sh](https://bump.sh)