Finally, I created a developer HubSpot account and now I can setup client_id and redirect_uri there.
And here is the auth url generated:
“https://app.hubspot.com/oauth/authorize?client_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx”\
+ “&redirect_uri=http://localhost:8092/api/integrations/hubspot/callback”\
+ “&scope=crm.objects.companies.read+crm.schemas.contacts.read+”\
+ “crm.objects.deals.read+crm.schemas.companies.write+”\
+ “crm.schemas.custom.read+crm.schemas.companies.read+”\
+ “crm.objects.companies.write+crm.schemas.contacts.write+”\
+ “crm.objects.contacts.write+crm.objects.contacts.read+”\
+ “crm.objects.owners.read+crm.objects.custom.read”\
+ “&response_type=code”
However now, the problem is I cannot create companies, contacts, owners object in my HubSpot developer account, and I get this error when I do the authentication:
Do anyone told me how can I get the missing features? Do I need to talk with sales?
