Open machachen opened 2 years ago
I just discovered that JetForms still uses an old EXPIRED Authentication method hapikey. Could you please add the support for the new App Authentication using the correct header.
TO: GET 'https://api.hubapi.com/crm/v3/objects/contacts?limit=100&properties=name&archived=' --header 'authorization: Bearer NEW_APP_AUTHENTICATION_KEY'
Using OAuth 2.0 is not a viable option for backend data exchanges since it's reliant on front-end authentication which can expire.
Hubspot have sunsetted its API.
What's the alternative way of integrating with the jetform builder other than Oath 2.0?