Afternoon, I have been successfully connecting to Hubspot from an AWS Lambda for years using the Hubspot npm package - https://www.npmjs.com/package/hubspot . I noticed today it was not syncing and looked at the logs to see the error below. Do I read more
Hi @Dougality and welcome, we are delighted to see you here! 🤗 Thanks for reaching out to the HubSpot Community! For information, I'd like t...read more
I cannot get an access token using the HubSpot api. I can get the initial HubSpot consent pages to load, I can grant consent from the popups, and I get the return code, but when taking the next step and passing along that code with my client id, cli read more
Hi everyone, When authenticating users with HubSpot OAuth2, there is no option to select a Business Unit during the authorization process. After authentication, how can an I request Deals or Company records specific to a Business Unit ? I c read more
I created the hubspot integration in my platform, when the code to refresh access token is hit via dev environment it works fine but when the same code to refresh token is hit via prod environment, I get this issue of bad request, I checked everythi read more
Hi @GKaur23 and welcome, we are so glad to have you here! 🤗 Thanks for asking the HubSpot Community! I have found a similar thread where the...read more
When a user goes through OAuth authorization flow, `content` scope won't be listed when navigating to authorization link unless user has `superadmin` role. * scopes the app is requesting: 'crm.lists.read' , 'crm.objects.companies.read' read more
The thing is that I don't want that user to be super admin, just want to provide them with the `content` permission to allow them to pull data from c...read more
Hi, I have been using the HS API's for a while now, but now run into an issue using an API we have not used before (the V4 associations API's). In Basics, we wanted to start with something simple, just to retrieve all ticket IDs linked to a read more
Hi @_Jelmer , The above issue is because HubSpot's CRM v4 associations API doesn't support Private App Token and mandatorily requires OAuth 2.0...read more
Hi everyone, I'm building a public app on HubSpot and planning to use webhooks to track events like contact creation, update, and deletion. I’ve gone through the documentation and have a quick clarification: Are webhook subscriptions tied to the read more
Hey @DSingh05 , great question. So yeah, webhooks in HubSpot public apps are tied to the app itself , not individual users or OAuth tokens. Even i...read more
I'm encountering this issue trying to call https://api.hubapi.com/analytics/v2/reports/forms/total but get the error in question. My workspace is on the HubSpot Marketing Enterprise plan and I've enabled any possible scopes (quite literall read more
EDIT: Sorry, found this thread linked on the side that worked for me. I missed the requirement scope in the API docs. I needed to enable the Busin...read more
I keep getting 400 Bad Request errors, with headers implying there's an issue with Cloudflare when trying to send POST requests to the hubspost API. I'm using OAuth on behalf of a test account to send a POST to https://api.hubapi.com/crm/v3/pro read more
Hey, @LModin 👋 I'd suggest filing a support ticket from your production portal for this. I tested the endpoint, but cannot reproduce the issue...read more
Hi I noticed that you have the capability to assist with rotating the OAuth2 Client Secret here mannually . I am curious whether the authorized token and refresh token will become invalid after client secret rotate? Additionally, I noticed that read more
okay -- so don't stress this! This is simple (with me needing to confirm something with hubspot)
when you roll your new secret you will need to...read more
I’m looking for an API endpoint that lists all third-party apps connected to a HubSpot account. Based on the API documentation, I couldn’t find an endpoint that provides this information directly. Could you confirm if such an endpoint exists? If read more
As i know, the only way to reliably see all connected apps is through the HubSpot UI under Settings > Integrations > Connected Apps. If you're ...read more
Hi, I am trying to connect to https://api.hubapi.com/oauth/v1/token, I have populated grant_type: authorization_code, client_id, client_secret, redirect_uri: http://localhost, code. Using postman. The error is 400 Bad Request, cloudflare. read more
Hi, I am using ADF, first I tried the web activity as I wanted to get a list of all that was in scope and then loop through this list. I have also tr...read more