https://api.hubapi.com/crm/v3/properties/companies
this is the API we are using to get Hubspot Fields .
it returns Response contains Lable names as:
Industry group, Employee Range, Revenue range , CSM Sentiment,
Linkedin handle .
but in Hubspot site under properties we are not able to find these fields ,in both company properties and contact properties
but it has
“groupName”: “companyinformation”,
if it is not showing in Hubspot site why its listing in API response .
what would be the issue ?
https://api.hubapi.com/crm/v3/properties/companies
this is the API we are using to get Hubspot Fields .
it returns Response contains Lable names as:
Industry group, Employee Range, Revenue range , CSM Sentiment,
Linkedin handle .
but in Hubspot site under properties we are not able to find these fields ,in both company properties and contact properties
but it has
“groupName”: “companyinformation”,
if it is not showing in Hubspot site why its listing in API response .
what would be the issue ?
Some properties might be hidden or not actively used in the HubSpot interface, even though they exist in the backend and are returned via the API. These fields could be API-only properties that are either not relevant to your specific configuration or set to be inactive by default.
Additionally, the properties could be part of a different HubSpot group or category that isn’t immediately visible in the UI. It’s also possible that user permissions or view settings might be restricting the visibility of certain fields.
To resolve this, you can check the settings for hidden properties in HubSpot and ensure all relevant properties are made visible or active for your account.