APIs & Integrations

Aliba
Member

Issue when creating a new company via API

SOLVE

We added a new company on Hubspot via API successfully but we cannot see it in the company main list. We verified that via API the company exists.

  • Hubspot Account Number: 4412483
  • Company Name: "A Company Name" (as in the API Guide)

https://api.hubapi.com/companies/v2/companies?hapikey=XXXXX
{
"properties": [
{
"name": "name",
"value": "A company name"
},
{
"name": "description",
"value": "A company description"
}
]
}

0 Upvotes
1 Accepted solution
cbarley
Solution
HubSpot Alumni
HubSpot Alumni

Issue when creating a new company via API

SOLVE

Hi @Aliba, I can see that the company exists here: https://app.hubspot.com/contacts/4412483/company/1083544164/?interaction=note. Make sure you're not filtering your main contact list and that you have full permissions to see any Company in your CRM.

View solution in original post

0 Upvotes
1 Reply 1
cbarley
Solution
HubSpot Alumni
HubSpot Alumni

Issue when creating a new company via API

SOLVE

Hi @Aliba, I can see that the company exists here: https://app.hubspot.com/contacts/4412483/company/1083544164/?interaction=note. Make sure you're not filtering your main contact list and that you have full permissions to see any Company in your CRM.

0 Upvotes