crm/companies

Retrieve Companies

Retrieve Companies from any connected Crm software

get/crm/companies/{id}

Path parameters

idstring required

id of the company you want to retrieve.

Query parameters

remote_databoolean

Set to true to include data from the original Crm software.

Headers

x-connection-tokenstring required

The connection token

Response

namestring nullable required

The name of the company

industrystring nullable

The industry of the company. Authorized values can be found in the Industry enum.

number_of_employeesnumber nullable

The number of employees of the company

user_idstring nullable

The UUID of the user who owns the company

field_mappingsobject nullable

The custom field mappings of the company between the remote 3rd party & Panora

idstring nullable

The UUID of the company

remote_idstring nullable

The id of the company in the context of the Crm 3rd Party

remote_dataobject nullable

The remote data of the company in the context of the Crm 3rd Party

created_atobject nullable

The created date of the object

modified_atobject nullable

The modified date of the object

Example response

{
  "name": "Acme",
  "industry": "ACCOUNTING",
  "number_of_employees": 10,
  "user_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "email_addresses": [
    {
      "email_address": "acme@gmail.com",
      "email_address_type": "WORK"
    }
  ],
  "addresses": [
    {
      "street_1": "5th Avenue",
      "city": "New York",
      "state": "NY",
      "country": "USA",
      "address_type": "WORK"
    }
  ],
  "phone_numbers": [
    {
      "phone_number": "+33660606067",
      "phone_type": "WORK"
    }
  ],
  "field_mappings": {
    "fav_dish": "broccoli",
    "fav_color": "red"
  },
  "id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "remote_id": "id_1",
  "remote_data": {
    "fav_dish": "broccoli",
    "fav_color": "red"
  }
}

Changes

Changed in 1 of the 49 revisions of this API.153

    • removed the ACCOUNTING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the AIRLINES_AVIATION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the ALTERNATIVE_DISPUTE_RESOLUTION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the ALTERNATIVE_MEDICINE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the ANIMATION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the APPAREL_FASHION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the ARCHITECTURE_PLANNING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the ARTS_AND_CRAFTS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the AUTOMOTIVE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the AVIATION_AEROSPACE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the BANKING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the BIOTECHNOLOGY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the BROADCAST_MEDIA enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the BUILDING_MATERIALS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the BUSINESS_SUPPLIES_AND_EQUIPMENT enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the CAPITAL_MARKETS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the CHEMICALS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the CIVIC_SOCIAL_ORGANIZATION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the CIVIL_ENGINEERING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the COMMERCIAL_REAL_ESTATE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the COMPUTER_GAMES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the COMPUTER_HARDWARE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the COMPUTER_NETWORKING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the COMPUTER_NETWORK_SECURITY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the COMPUTER_SOFTWARE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the CONSTRUCTION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the CONSUMER_ELECTRONICS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the CONSUMER_GOODS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the CONSUMER_SERVICES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the COSMETICS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the DAIRY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the DEFENSE_SPACE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the DESIGN enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the EDUCATION_MANAGEMENT enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the ELECTRICAL_ELECTRONIC_MANUFACTURING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the ENTERTAINMENT enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the ENVIRONMENTAL_SERVICES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the EVENTS_SERVICES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the EXECUTIVE_OFFICE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the E_LEARNING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the FACILITIES_SERVICES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the FARMING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the FINANCIAL_SERVICES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the FINE_ART enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the FISHERY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the FOOD_BEVERAGES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the FOOD_PRODUCTION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the FUND_RAISING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the FURNITURE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the GAMBLING_CASINOS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the GLASS_CERAMICS_CONCRETE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the GOVERNMENT_ADMINISTRATION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the GOVERNMENT_RELATIONS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the GRAPHIC_DESIGN enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the HEALTH_WELLNESS_AND_FITNESS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the HIGHER_EDUCATION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the HOSPITALITY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the HOSPITAL_HEALTH_CARE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the HUMAN_RESOURCES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the IMPORT_AND_EXPORT enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the INDIVIDUAL_FAMILY_SERVICES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the INDUSTRIAL_AUTOMATION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the INFORMATION_SERVICES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the INFORMATION_TECHNOLOGY_AND_SERVICES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the INSURANCE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the INTERNATIONAL_AFFAIRS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the INTERNATIONAL_TRADE_AND_DEVELOPMENT enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the INTERNET enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the INVESTMENT_BANKING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the INVESTMENT_MANAGEMENT enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the JUDICIARY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the LAW_ENFORCEMENT enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the LAW_PRACTICE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the LEGAL_SERVICES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the LEGISLATIVE_OFFICE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the LEISURE_TRAVEL_TOURISM enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the LIBRARIES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the LOGISTICS_AND_SUPPLY_CHAIN enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the LUXURY_GOODS_JEWELRY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MACHINERY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MANAGEMENT_CONSULTING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MARITIME enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MARKETING_AND_ADVERTISING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MARKET_RESEARCH enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MECHANICAL_OR_INDUSTRIAL_ENGINEERING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MEDIA_PRODUCTION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MEDICAL_DEVICES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MEDICAL_PRACTICE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MENTAL_HEALTH_CARE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MILITARY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MINING_METALS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MOBILE enum value from the phone_numbers/items/phone_type response property for the response status 200

      response-property-enum-value-removed

    • removed the MOTION_PICTURES_AND_FILM enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MUSEUMS_AND_INSTITUTIONS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the MUSIC enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the NANOTECHNOLOGY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the NEWSPAPERS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the NON_PROFIT_ORGANIZATION_MANAGEMENT enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the OIL_ENERGY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the ONLINE_MEDIA enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the OUTSOURCING_OFFSHORING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PACKAGE_FREIGHT_DELIVERY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PACKAGING_AND_CONTAINERS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PAPER_FOREST_PRODUCTS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PERFORMING_ARTS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PERSONAL enum value from the addresses/items/address_type response property for the response status 200

      response-property-enum-value-removed

    • removed the PERSONAL enum value from the email_addresses/items/email_address_type response property for the response status 200

      response-property-enum-value-removed

    • removed the PHARMACEUTICALS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PHILANTHROPY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PHOTOGRAPHY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PLASTICS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the POLITICAL_ORGANIZATION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PRIMARY_SECONDARY_EDUCATION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PRINTING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PROFESSIONAL_TRAINING_COACHING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PROGRAM_DEVELOPMENT enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PUBLIC_POLICY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PUBLIC_RELATIONS_AND_COMMUNICATIONS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PUBLIC_SAFETY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the PUBLISHING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the RAILROAD_MANUFACTURE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the RANCHING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the REAL_ESTATE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the RECREATIONAL_FACILITIES_AND_SERVICES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the RELIGIOUS_INSTITUTIONS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the RENEWABLES_ENVIRONMENT enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the RESEARCH enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the RESTAURANTS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the RETAIL enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the SECURITY_AND_INVESTIGATIONS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the SEMICONDUCTORS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the SHIPBUILDING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the SPORTING_GOODS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the SPORTS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the STAFFING_AND_RECRUITING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the SUPERMARKETS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the TELECOMMUNICATIONS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the TEXTILES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the THINK_TANKS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the TOBACCO enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the TRANSLATION_AND_LOCALIZATION enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the TRANSPORTATION_TRUCKING_RAILROAD enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the UTILITIES enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the VENTURE_CAPITAL_PRIVATE_EQUITY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the VETERINARY enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the WAREHOUSING enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the WHOLESALE enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the WINE_AND_SPIRITS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the WIRELESS enum value from the industry response property for the response status 200

      response-property-enum-value-removed

    • removed the WORK enum value from the addresses/items/address_type response property for the response status 200

      response-property-enum-value-removed

    • removed the WORK enum value from the email_addresses/items/email_address_type response property for the response status 200

      response-property-enum-value-removed

    • removed the WORK enum value from the phone_numbers/items/phone_type response property for the response status 200

      response-property-enum-value-removed

    • removed the WRITING_AND_EDITING enum value from the industry response property for the response status 200

      response-property-enum-value-removed