APIs & Integrations

DArora56
Participant

Issue: Extracting form submissions data

SOLVE

Hi,

 

I am trying to extract the form submissions information from the hubspot form usig API. OAuth is setup and working fine.

 

These are the end points I have tried:
https://api.hubapi.com/forms/v2/submissions/forms/{formid}


https://api.hubapi.com/form-integrations/v1/submissions/forms/{formid}


https://api.hubapi.com/marketing/v3/forms/{formid}           ------------Gives form definition

 

The problem is that I am able to fetch the form definition but not actual data which users are submitting. Is there a way or end point available to achieve the same. Because I couldn't find one in thye Hubspot API docs.

 

DArora56_0-1742369170961.png

 

0 Upvotes
1 Accepted solution
TomM2
Solution
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

Issue: Extracting form submissions data

SOLVE

Hey @DArora56  it's an older endpoint but you need the forms v1 get submissions endpoint here

Tom Mahon
Technical Consultant | Solutions Engineer | Community Champion
Baskey Digitial

Book a consultation

Did my post help answer your query? Help the community (and me) by marking it as a solution.


View solution in original post

0 Upvotes
3 Replies 3
TomM2
Solution
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

Issue: Extracting form submissions data

SOLVE

Hey @DArora56  it's an older endpoint but you need the forms v1 get submissions endpoint here

Tom Mahon
Technical Consultant | Solutions Engineer | Community Champion
Baskey Digitial

Book a consultation

Did my post help answer your query? Help the community (and me) by marking it as a solution.


0 Upvotes
DArora56
Participant

Issue: Extracting form submissions data

SOLVE

Hey @TomM2 Thanks for replying. Yes v1 is working, we figured that form we were trying to read was created with Legacy editor, so it was giving error. But forms created with new editor are working with v1 to get submissions.

TomM2
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

Issue: Extracting form submissions data

SOLVE

Good to hear, thanks for the update! I would imagine the new editor is just frontend updates but would use the same submissions pipeline as the older one so that should be fine! 

Tom Mahon
Technical Consultant | Solutions Engineer | Community Champion
Baskey Digitial

Book a consultation

Did my post help answer your query? Help the community (and me) by marking it as a solution.


0 Upvotes