APIs & Integrations

sisodiakaran
Member

Create HubSpot App with API Token

Hi,

I would like to develop an Hubspot app for my application. I checked the documentation which states that it require OAuth2 on my application side. But my application support only Token Authentication, so my question is: Can I still develop app with API Token architecture?

Thanks
Karan

0 Upvotes
3 Replies 3
WendyGoh
HubSpot Employee
HubSpot Employee

Create HubSpot App with API Token

Hey @sisodiakaran,

 

When looking to create and use an app in HubSpot, token authentication wouldn't work. You'd need to initiate the OAuth handshake between HubSpot and your integration. As such, your application will have to implement the OAuth process as documentation here: OAuth 2 Quickstart Guide

 

 

0 Upvotes
sisodiakaran
Member

Create HubSpot App with API Token

Thanks @WendyGoh for the information. Just to be on same page I am reffering HubSpot Market Place Apps...

0 Upvotes
WendyGoh
HubSpot Employee
HubSpot Employee

Create HubSpot App with API Token

Hey @sisodiakaran,

 

The HubSpot Marketplace Apps works the same as the documentation I shared with you earlier on. You'd need to create an app: How do I create an app in HubSpot? and install the app through an OAuth connection process.

0 Upvotes