APIs & Integrations

Filter by
  • All labels
  • CMS Content
  • Companies
  • Contacts
  • Deals
  • Developer tools
  • Ecommerce Bridge
  • Email
  • Enterprise 3rd Party Integration
  • Events
  • Forms
  • Free
  • oAuth
  • oAuth
  • PHP
  • Professional
  • Python
  • SDK
  • Starter
  • Timeline and Extensions APIs
  • Webhooks
  • Workflows
  • Zapier
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
MvanMaasakkers on June 19, 2025
Hi everyone, I have a software engineering background and I’m currently working on data pipelines that integrate with HubSpot — for example, pushing contact or deal data using the official Python SDK. One of the challenges I’m running into i read more
Recognized Expert | Diamond Partner
June 19, 2025 06:39
Hi @MvanMaasakkers , Yes, HubSpot offers a standard sandbox account for safe testing without affecting the production data. You can set it u...read more
Solved
dna59 on June 03, 2025
Prior to today this endpoint worked as expected, but on June 2nd 2PM UTC it started to respond always with the JSON containing no `results` and the same `paging.next.after` and `paging.next.link`. Because of that, the cursor iteration loop becom read more
0 upvote
2 Replies
Accepted solution
June 04, 2025 04:55
Hi, This behavior appears to be a recent change or issue with the API. If the paging.next.after value remains constant with no results, it could ind...read more
Solved
LF_Ruiz on May 21, 2025
Hello, We are working with python and HubSpot API, using both the hubspot api library for python and the requests library depending on the endpoint we are using. We have found a roadblock trying to retrieve the marketing emails and tie them read more
0 upvote
5 Replies
Accepted solution
Participant | Partner
May 22, 2025 06:58
Hi @LF_Ruiz Yes, this is possible using HubSpot APIs. You’ll need to combine two APIs to achieve this: Step 1 Use the Email Events API (Lega...read more
Solved
AMGorilla on May 09, 2025
Hi all, We’re running into what looks like either a limitation or a silent failure inside HubSpot’s internal Custom Code actions within ticket-based workflows, and I’d like to know if anyone else has encountered this. Setup: Workflow T read more
0 upvote
4 Replies
Accepted solution
Participant
May 09, 2025 18:06
Thanks for this — that clears things up. We were previously using input.get('subject') and returning data directly in the root return object in...read more
Solved
AndreASantos on May 02, 2025
I am trying to figure out how is the url path and scope permissions needed so I can , using python and API (v3 or v4) return the jira item (id and status ) associated with an specific ticket id.
Accepted solution
Top Contributor
May 02, 2025 15:40
Hi @AndreASantos 1) Fastest route—get the two Jira fields directly from the ticket: GET https://api.hubapi.com/crm/v3/objects/tickets/{TICKET_ID...read more
Solved
HFarhat8 on April 23, 2025
Hi everyone, I would appreciate it if someone got back to me on the following puzzling query. I have two pipelines: Course Interest pipeline which has a value of "default" Applications pipeline which has a value of "1510593736" I read more
0 upvote
2 Replies
Accepted solution
Community Manager
April 23, 2025 16:04
Hey @HFarhat8 👋 The root issue is related to how the Search API works. This part from the Limitations section is our best clue — “It may tak...read more
Solved
PMunar on April 09, 2025
Hi! I am trying to get the contacts from a List. The list is a dynamic list (I think). The list URL is like this: https://app.hubspot.com/contacts/ACCOUNT_ID/objectLists/5039/filters I tried using the https://api.hubapi.com/contacts/v1/lis read more
Accepted solution
Key Advisor | Platinum Partner
April 09, 2025 09:31
@PMunar - I'm thining that the list API you want is described here: https://developers.hubspot.com/docs/reference/api/crm/lists#get-%2Fcrm%2Fv3%...read more
Solved
JerikaNguyen on April 08, 2025
Hi, I created a custom object with internal name = "gridly_objects" I read all Hubspot developer docs, and I could successfully make Hubspot API request such as /crm/v3/schemas/{objectTypeId} /crm/v3/schemas/p_{object_name} But when I attemp read more
0 upvote
1 Reply
Accepted solution
Member
April 08, 2025 07:34
@JerikaNguyen wrote: Hi, I created a custom object with internal name = "gridly_objects" I read all Hubspot developer docs, and I could successfu...read more
Solved
FedericoG on March 28, 2025
I am trying to retrieve different objects via the HubSpot API in Python. So far, I have retrieved all objects except Goals. I am unsure why, but I keep getting an Authentication error despite having the right key and CRM.Objects.Goals.Read as a read more
0 upvote
5 Replies
Accepted solution
Participant
April 03, 2025 02:52
Hi again, Jaycee! I've been able to sort it out by not using the HubSpot Python library and just calling an URL endpoint with the API. Thank you ...read more
Solved
Bürobert on March 26, 2025
The Event Types endpoint seems to be non existent in the Python library: AttributeError: 'EventsApi' object has no attribute 'get_types' I can not find any reference to this function in the library. Please either fix the documentation and remov read more
0 upvote
2 Replies
Accepted solution
Community Manager
May 01, 2025 06:45
Hi @Bürobert , thanks for your patience as I was checking on this for you! We wanted to let you know that we heard your feedback, and we've made ...read more
Solved
PMunar on March 26, 2025
Hi everyone. I am trying to filter contact information based on a custom property, which has a Date format (in the UI I see it as a date picker format). Its name is "fecha_inicio_suscripcion". I am running it through the API endpoint: http read more
0 upvote
4 Replies
Accepted solution
Contributor
March 26, 2025 13:50
Date picker type uses Unix Timestamp. For Dec 02 2020 (time set to 00:00:00 GMT+0000), you would use 1606867200 (seconds) or 1606867200000 (milliseco...read more
Solved
SSoftware2 on March 25, 2025
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
0 upvote
1 Reply
Accepted solution
Top Contributor | Gold Partner
March 26, 2025 02:20
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
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.