I was trying to integrate hubspot to my application and i want to view the integrations that have done in my hubspot account in my web application. So is there any endpoint so that i can get them?
Hi @vlokesh08 and welcome, it’s a pleasure to have you here! ![]()
Thank you for asking the HubSpot Community!
I’d like to share the solution from @karstenkoehler on this post “Integrations: how do you know what is doing each one?” that might give you this information via the UI.
I understand that you’d like to have this data via API, so let’s check with our Top Experts: Hi @zach_threadint, @Bortami and @Teun do you know of an endpoint for this to help @vlokesh08, please?
Have a lovely weekend and thanks so much for your help! ![]()
Best,
Bérangère
Hi @vlokesh08 ,
There’s no direct way in the API to get a list of installed integrations, however you can get to the information in a round about way using the Account Activity API.
Using https://api.hubapi.com/account-info/v3/activity/security you can retrieve a list of security events, with integration installation and unistallation being a security events. You’d have to do some data transformation from there.
It will show you the time of installation, the installer’s email address, and the name of the integration.
Here’s a link to the docs: link