Hello everyone,
I know that the upcoming change will affect all submissions using an API Key but will this change affect posting leads directly to the Hubspot form submission URL:
https://forms.hubspot.com/uploads/form/v2/XXXX/XXXXXXXXXX
I reached out to Hubspot Help and they suggested I leave a Post here to get an answer for this issue.
If anyone has any concrete answers for this issue, this would be greatly appreciated.
Hi, @RichardManson
Thanks for reaching out!
Quick question, which endpoint are you referring to:
- Submit data to a form (No Authentication)
POST https://forms.hubspot.com/uploads/form/v2/:portal_id/:form_guid - Submit data to a form (Supporting Authentication)
POST https://api.hsforms.com/submissions/v2/post/upload/secure/:portalId/:formGuid
If it’s the first endpoint I linked to, nothing changes, as this endpoint never required an HAPI key or OAuth/Private App. If it is the second, you’ll need to update to use a Private App or OAuth.
Best,
Jaycee
Hello Jaycee,
Thank you for your quick response to my message!
I believe that we are using the 1st endpoint you shared:
https://forms.hubspot.com/uploads/form/v2/:portal_id/:form_guid
We only have the “portal_id” and and the “form_guid” within the endpoint.
So this method of posting leads to Hubspot won’t be affected with the upcoming API sunsetting?