Hi HubSpot Support Team, We are developing a SaaS application that integrates with HubSpot and listens for webhook events from different businesses that install our app. Each business that installs our app has unique credentials, and we ne read more
What's the best approach to handle OAuth tokens for multiple HubSpot accounts in a webhook-based integration without a dedicated database? We're trying to implement a solution where we can identify which account a webhook belongs to and make authen read more
Hello, I created a private app and I am trying to hit the Leads APIs. But, I am getting the following number API: curl --request GET \ --url ' https://api.hubapi.com/crm/v3/objects/leads?limit=10&archived=false ' \ --header 'authorizati read more
Hi @SSoftware2 ,
If your authentication lacks the permissions for that API endpoint, you will get a 403 Forbidden error. This common issue can...read more
Hello, I am going to create a ticket using the hubspot api ( https://api.hubapi.com/crm/v3/objects/tickets), in the body param I saw we could send the " objectWriteTraceId", could you explain me for what is this param? Even it is not required, I read more
I am using HubSpot Visitor Identification API to generate token but what would be best approach to cache it and use it throughout the website until the user session expires. I used localStorage method of javascript and the values are passed correct read more
Hi, I'm having trouble tracking page views on my website, we have an external website developed by us which has correctly installed the tracking code and is firing events to hubspot, also in my hubspot account i have correctly added the external do read more
Hi @fabstilelook ,
Step 1 would to double check and make sure that the traffic is actually getting recorded from your external site into your ...read more
when I tried GET contacts api , the dates paramerter is ignoring. but we need to do filter by lastmodified (or any dates) using GET method only (because contacts/search api in not suitable (POST method))
Hi, @MMurthy0 👋 Please refrain from creating duplicate posts for the same question. To set the correct expectations, this is a peer-to-peer su...read more
I am trying to integrate hubspot with my application where user can login and fetch emails and verify in my application for this i am using oauth authentication method in which i am facing issues with the scope where i am recieving error like Autho read more
Hi @DSivaperumal and welcome, it's a pleasure to have you here! Thank you for reaching out to the HubSpot Community! Here is an article that mi...read more
Hi there, As a developer who has worked with HubSpot for a long time, I find it genuinely surprising that the custom-channels API is limited to Enterprise level customers. Surely this should be available for us developers to make use of to improve read more
Hi, @RM456 👋 Unfortunately, there are no announced plans to change custom-channels API access restrictions. For updates, monitor our Develop...read more
when I tried GET contacts api , the dates paramerter is ignoring. but we need to do filter by lastmodified (or any dates) using GET method only (not using search api, because it is POST method)
Hey, @MMurthy0 👋 I understand what you are asking for, but the Contacts API doesn't accept search query parameters, as you noted. Either using...read more