APIs & Integrations

ishrat030
Member

404 Issue in submit form data

SOLVE

Hi,

I am getting the 

Problem accessing /submissions/v2/post/upload/xxxxxxxxxxxxxxxxxxxxxxx/6xxxx26. Reason:

    Not Found

 while submitting data to forms

pleae check why i am getting this issue

0 Upvotes
2 Accepted solutions
Willson
Solution
HubSpot Employee
HubSpot Employee

404 Issue in submit form data

SOLVE

Hi @ishrat030 

 

Can you confirm the endpoint you're attempting to hit? It looks as though this is pointing towards our v2 endpoint but looks incorrect.

 

As per the documentation, it should be:

POST https://forms.hubspot.com/uploads/form/v2/portal_id/form_guid

However, i'd recommend using our v3 endpoint which can be found here, using the following:

POST https://api.hsforms.com/submissions/v3/integration/submit/portalId/formGuid

I hope this helps!

Product Manager @ HubSpot

View solution in original post

ishrat030
Solution
Member

404 Issue in submit form data

SOLVE

the following issue have been fixed.

I was using portalId at the place of guid and guid at the place of portalId which giving me error.

View solution in original post

0 Upvotes
2 Replies 2
Willson
Solution
HubSpot Employee
HubSpot Employee

404 Issue in submit form data

SOLVE

Hi @ishrat030 

 

Can you confirm the endpoint you're attempting to hit? It looks as though this is pointing towards our v2 endpoint but looks incorrect.

 

As per the documentation, it should be:

POST https://forms.hubspot.com/uploads/form/v2/portal_id/form_guid

However, i'd recommend using our v3 endpoint which can be found here, using the following:

POST https://api.hsforms.com/submissions/v3/integration/submit/portalId/formGuid

I hope this helps!

Product Manager @ HubSpot
ishrat030
Solution
Member

404 Issue in submit form data

SOLVE

the following issue have been fixed.

I was using portalId at the place of guid and guid at the place of portalId which giving me error.

0 Upvotes