Submitting forms after migrating to "Private Apps" from using API keys.

Hi there!

I’m looking into refactoring our integrations away from API keys and to use the “Private apps” style as per - Developer platform - HubSpot docs

Is it possible to get confirmation that this legacy API for submitting form responses (https://legacydocs.hubspot.com/docs/methods/forms/submit_form) will also accept the new authentication method?

As far as I can tell there isn’t a “v3” version of this endpoint.

Thanks in advance!

Nic.

Hi @NicRaw1 ,

The endpoint you shared does not require any authentication :slightly_smiling_face:
So you should be safe!

Schermafbeelding 2022-07-29 om 13.46.57.png

Ah that’s funny, thanks for the response. I was just reading code paths and we were sending auth paramater so assumed it was required :man_facepalming: