๐ March 2026 API Rollup! Highlights:
๐๏ธ New date-based versioning (/YYYY-MM/)
๐ File Ingestion API (beta) for Data Studio
๐ฌ Conversations API enhancements (incl. LLM actor + ticket associations
๐ฅ DX insights from our Postman event
Explore more here: https://t.co/IwuzXcg5N4
We're joining @GetPostman on March 26 at 12 PM ET to talk what it really takes to build a great developer experience. Featuring our very own @TechWithHannah plus speakers from @BuildWithFern and @PaddleHQ.
Register today and tune in ๐ https://t.co/BPeSRuyPey
OAuth looks simple โ until production.
Then itโs about expiring tokens, refresh under load, multi-tenant isolation, and monitoring.
@TechWithHannah shares production-ready OAuth token patterns for @HubSpot integrations โ https://t.co/1qlcgKUSKi
New @HubSpotDev#API updates just dropped on our @getpostman workspace ๐
IP Ranges API, better list filtering, CPQ template selection, GA app uninstall + more.
๐ https://t.co/Obfn0k6TTR
HubSpot Devs: what are you most excited about?๐
๐ Quick Survey: Help Improve HubSpotโs Public API Workspace on @getpostman !
Weโre launching a 1-min Dev Experience Survey to hear how you use our Postman workspace. Whatโs great? Whatโs confusing? What needs fixing?
๐ Survey: https://t.co/4SnhfcFG59
#api#postman#hubspot
No more digging for API updates ๐
The @HubSpotDev Public API Workspace in @getpostman shows the latest API changelog entries right where you build.
๐ https://t.co/kyj0rogQxi
#HubSpotDevelopers#Postman#API
Want to learn more about how to leverage third parties like @vercel with @HubSpotDev apps with our new Developer Platform Framework?
Then join us for our upcoming webinar, starting....SOON!
https://t.co/lDUg3tL2z5
#hubspot#hubspotdeveloper#vercel#aws#serverless
๐จ October 2025 @HubSpotDev#API Rollupโฆ arriving in November?! No worries, our API changelogs tend to make a dramatic entrance.
See everything on our @getpostman workspace! Good things come to those who wait (and wait)! ๐ (sorry, I was moving!) ๐https://t.co/NJUh0Bxmim
๐ก Webhooks & custom workflow actions unlock new levels on the @HubSpot Developer Platform.
@TechWithHannah breaks down how to extend automations, call custom APIs & connect workflows with the structure and control of a modern, file-based framework.
โก๏ธ https://t.co/YYNg9MFGuB
Just dropped a new post on the @HubSpotDev Blog:
Unlocking the Power of Webhooks & Custom Workflow Actionsโ๏ธ
Build smarter automations, trigger custom logic, and sync data in real time.
๐ https://t.co/ZwrHzOzGti
#HubSpot#webhooks#devs#workflows
How do we design secure and safe APIs?
The rise in API-related security breaches highlights the necessity for robust API security.
Letโs look at 12 essential tips for improving API security:
๐ฅ๐ฎ๐๐ฒ ๐น๐ถ๐บ๐ถ๐๐ถ๐ป๐ด ๐ฎ๐ป๐ฑ ๐๐ต๐ฟ๐ผ๐๐๐น๐ถ๐ป๐ด
โณ Throttling and rate limiting are vital for reducing API abuse and protecting against DDoS attacks as they manage request rates, which keeps our API available for legitimate users.
๐๐ป๐ฝ๐๐ ๐๐ฎ๐น๐ถ๐ฑ๐ฎ๐๐ถ๐ผ๐ป
โณ Validating API inputs is crucial to safeguard against vulnerabilities like SQL injection and XSS. Whitelisting can also be useful here to ensure only valid data is processed.
๐๐ง๐ง๐ฃ๐ฆ
โณ Enforcing HTTPS for all API connections is a critical step in securing sensitive data since it ensures data encryption in transit, preventing attacks and interceptions.
๐๐๐๐ต๐ฒ๐ป๐๐ถ๐ฐ๐ฎ๐๐ถ๐ผ๐ป
โณ Authentication is another must-have. Leverage strong authentication mechanisms, such as OAuth, to verify user or system identities.
๐๐๐๐ต๐ผ๐ฟ๐ถ๐๐ฎ๐๐ถ๐ผ๐ป
โณ After authentication comes authorization. Follow the least privilege principle to ensure users access only role-relevant data and actions, reducing unauthorized access risks.
๐๐ฎ๐๐ฎ ๐ฒ๐ป๐ฐ๐ฟ๐๐ฝ๐๐ถ๐ผ๐ป ๐ฎ๐ ๐ฟ๐ฒ๐๐
โณ Encrypting sensitive data at rest is crucial to prevent unauthorized access and comply with data protection regulations.
๐๐ฃ๐ ๐ด๐ฎ๐๐ฒ๐๐ฎ๐
โณ Deploy an API Gateway as a security layer, managing authentication, monitoring traffic, and enforcing policies like rate limits.
๐ฅ๐ฒ๐ด๐๐น๐ฎ๐ฟ ๐๐ฒ๐ฐ๐๐ฟ๐ถ๐๐ ๐ฎ๐๐ฑ๐ถ๐๐
โณ Regular security audits and penetration testing are advisable to identify and fix vulnerabilities, preventing exploitation and maintaining API security.
๐๐ฒ๐ฝ๐ฒ๐ป๐ฑ๐ฒ๐ป๐ฐ๐ ๐บ๐ฎ๐ป๐ฎ๐ด๐ฒ๐บ๐ฒ๐ป๐
โณ Regularly updating software dependencies is important to mitigate risks from vulnerabilities in external libraries.
๐๐ผ๐ด๐ด๐ถ๐ป๐ด ๐ฎ๐ป๐ฑ ๐บ๐ผ๐ป๐ถ๐๐ผ๐ฟ๐ถ๐ป๐ด
โณ Investing in comprehensive logging and real-time monitoring is vital for early detection of suspicious activities, enabling swift incident response to mitigate security breaches.
๐๐ฃ๐ ๐๐ฒ๐ฟ๐๐ถ๐ผ๐ป๐ถ๐ป๐ด
โณ To manage changes and updates securely, utilize proper API versioning, which prevents compatibility and security issues.
API security isnโt a nice-to-have. Itโs a must.
Following the techniques and best practices Iโve shared above will take you a long way, they are the foundations of building safe and secure APIs.
๐ญ What else would you add? ๐ฌ
--
Thanks to our partner Sonar who keeps our content free to the community.
Compiles โ Correct. LLMs boost speed. SonarQube ensures that speed is safe.
Check it out: https://t.co/KNjgshbBI5
AI, But Make It Responsible! Happening today @AllThingsOpen at 2:45 PM in Ballroom C. We'll be talking about bias in AI and ways to create inclusive and trustworthy tools ๐
๐ @getpostman State of the API 2025 is out! API strategy = AI strategy.
- 82% of orgs are API-first (+12%)
- 65% generate API revenue
- Only 24% design APIs for AI agents
Donโt fall behindโcheck out the report!
๐https://t.co/vXTzZbQ1eH
#APIs#AI#TechReport#StateOfTheAPI
๐คฏ 89% of devs use #AI daily. Only 24% build APIs agents can use.
AI now reads your APIs more than humans do. If your docs arenโt built for machines, your APIs wonโt keep up.
See how leading teams are closing the gap ๐
https://t.co/Islybm5O5t
I'm so excited to see @HubSpotDev being repped at @getpostman 's #APIGTM virtual event right now!! ๐งก
Make sure to stick around for @HoardingInfo 's session coming up soon to learn more about how we use Postman for #DevRel at @HubSpot ๐
๐https://t.co/ZeM83VNVwH
Ready to make this week amazing?
Join the @getpostman Discord Server!
โ Connect with other Postman users
โ Engage in our weekly challenges
โ Get expert help & support
โ Share + learn about APIs
https://t.co/69PUgziFh4
#postman#APIs#community