Is there any way i can get all the integrations i have in my account through api call?

vlokesh08
Member

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?

0 Upvotes
1 Accepted solution
Bortami
Solution
Top Contributor | Elite Partner
Top Contributor | Elite Partner

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

View solution in original post

2 Replies 2
Bortami
Solution
Top Contributor | Elite Partner
Top Contributor | Elite Partner

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

BérangèreL
Community Manager
Community Manager

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





loop


Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.

Learn More




0 Upvotes